Skip to content

Commit b88c8ef

Browse files
committed
bump nanoserde version
1 parent 20444e6 commit b88c8ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["compression"]
1010
rust-version = "1.82.0"
1111

1212
[dependencies]
13-
nanoserde = { version = "^0.1.37", optional = true }
13+
nanoserde = { version = "^0.2.0", optional = true }
1414
rustc-hash = { version = "1.1.0", optional = true }
1515
serde = { version = "^1.0.0", optional = true, features = ["derive"] }
1616
structdiff-derive = { path = "derive", version = "=0.7.3" }

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
proc-macro = true
1111

1212
[dependencies]
13-
nanoserde = { version = "^0.1.37", optional = true }
13+
nanoserde = { version = "^0.2.0", optional = true }
1414
serde = { version = "^1.0.0", optional = true, features = ["derive"] }
1515

1616
[features]

0 commit comments

Comments
 (0)