We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20444e6 commit b88c8efCopy full SHA for b88c8ef
2 files changed
Cargo.toml
@@ -10,7 +10,7 @@ categories = ["compression"]
10
rust-version = "1.82.0"
11
12
[dependencies]
13
-nanoserde = { version = "^0.1.37", optional = true }
+nanoserde = { version = "^0.2.0", optional = true }
14
rustc-hash = { version = "1.1.0", optional = true }
15
serde = { version = "^1.0.0", optional = true, features = ["derive"] }
16
structdiff-derive = { path = "derive", version = "=0.7.3" }
derive/Cargo.toml
@@ -10,7 +10,7 @@ license = "MIT"
proc-macro = true
[features]
0 commit comments