Skip to content

Commit

Permalink
Remove redundant field (#179)
Browse files Browse the repository at this point in the history
fix(cargo): remove redundant field

Remove the `license` field because `license-file` is used.
  • Loading branch information
parfeon authored Nov 3, 2023
1 parent 495f8db commit 18690e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema: 1
scm: github.com/pubnub/rust
files: []
changelog:
- date: 2023-10-31
- date: 2023-11-03
version: 0.4.1
changes:
- type: improvement
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "pubnub"
version = "0.4.1"
edition = "2021"
license = "PubNub Software Development Kit License"
license-file = "LICENSE"
authors = ["PubNub <[email protected]>"]
description = "PubNub SDK for Rust"
Expand Down

0 comments on commit 18690e4

Please sign in to comment.