Skip to content

Commit

Permalink
Specify the license for the derive and unlock serde. (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm authored Oct 12, 2023
1 parent 966ae8b commit edce515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ license = "LicenseRef-RSALv2 OR SSPL-1.0"
[dependencies]
tungstenite = { version = "0.20", optional = true }
log = "0.4"
serde = { version = "=1.0.171", features = ["derive"] }
serde_derive = "=1.0.171"
serde = { version = "1", features = ["derive"] }
serde_derive = "1"
serde_json = "1"
serde-aux = "4"

Expand Down
1 change: 1 addition & 0 deletions v8-rs-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "v8_rs_derive"
version = "0.1.0"
edition = "2021"
license = "LicenseRef-RSALv2 OR SSPL-1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit edce515

Please sign in to comment.