Skip to content

Commit 26cee53

Browse files
committed
fix versioning requirement for bytes-util in amf0 + update changelog to include bytes-util change from troy
1 parent 7b007f0 commit 26cee53

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

changes.d/pr-441.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
[[scuffle-amf0]]
22
category = "fix"
3-
description = "Fix amf0 deserialization to abide by deserialization rules"
4-
authors = ["@philipch07"]
3+
description = "Fix amf0 deserialization to abide by better deserialization standards"
4+
authors = ["@philipch07", "@TroyKomodo"]
55

66
[[scuffle-amf0]]
77
category = "feat"
8-
description = "Add amf0::value deserialization"
9-
authors = ["@philipch07"]
8+
description = "Add an Amf0Value deserializer"
9+
authors = ["@philipch07", "@TroyKomodo"]
10+
11+
[[scuffle-util-bytes]]
12+
category = "feat"
13+
description = "Add an `IntoDeserializer` implementation for `StringCow`"
14+
authors = ["@TroyKomodo"]

crates/amf0/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bytestring = "1.4.0"
1919
document-features = { optional = true, version = "0.2" }
2020
num-derive = "0.4"
2121
num-traits = "0.2"
22-
scuffle-bytes-util = { path = "../bytes-util", version = "0.1.3" }
22+
scuffle-bytes-util = { path = "../bytes-util", version = ">=0.1.4" }
2323
scuffle-changelog = { optional = true, path = "../changelog", version = "0.1.0" }
2424
scuffle-workspace-hack.workspace = true
2525
serde = { optional = true, version = "1" }

0 commit comments

Comments
 (0)