Skip to content

Commit 18690e4

Browse files
authored
Remove redundant field (#179)
fix(cargo): remove redundant field Remove the `license` field because `license-file` is used.
1 parent 495f8db commit 18690e4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pubnub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schema: 1
44
scm: github.com/pubnub/rust
55
files: []
66
changelog:
7-
- date: 2023-10-31
7+
- date: 2023-11-03
88
version: 0.4.1
99
changes:
1010
- type: improvement

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "pubnub"
33
version = "0.4.1"
44
edition = "2021"
5-
license = "PubNub Software Development Kit License"
65
license-file = "LICENSE"
76
authors = ["PubNub <[email protected]>"]
87
description = "PubNub SDK for Rust"

0 commit comments

Comments
 (0)