Skip to content

Commit c44b5e3

Browse files
authored
remove byteorder as a dependency (#390)
* remove byteorder as a dependency * fix module imports
1 parent 6a5394f commit c44b5e3

File tree

5 files changed

+392
-11
lines changed

5 files changed

+392
-11
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bincode"
3-
version = "1.3.2" # remember to update html_root_url
3+
version = "1.3.3" # remember to update html_root_url
44
authors = ["Ty Overby <[email protected]>", "Francesco Mazzoli <[email protected]>", "David Tolnay <[email protected]>", "Zoey Riordan <[email protected]>"]
55
exclude = ["logo.png", "examples/*", ".gitignore", ".travis.yml"]
66

@@ -16,7 +16,6 @@ license = "MIT"
1616
description = "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!"
1717

1818
[dependencies]
19-
byteorder = ">=1.3.0, < 1.4.0"
2019
serde = "1.0.63"
2120

2221
[dev-dependencies]

0 commit comments

Comments
 (0)