File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11[[scuffle-amf0 ]]
22category = " 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 ]]
77category = " 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" ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ bytestring = "1.4.0"
1919document-features = { optional = true , version = " 0.2" }
2020num-derive = " 0.4"
2121num-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 " }
2323scuffle-changelog = { optional = true , path = " ../changelog" , version = " 0.1.0" }
2424scuffle-workspace-hack.workspace = true
2525serde = { optional = true , version = " 1" }
You can’t perform that action at this time.
0 commit comments