Skip to content

Commit

Permalink
remove byteorder as a dependency (#390)
Browse files Browse the repository at this point in the history
* remove byteorder as a dependency

* fix module imports
  • Loading branch information
ZoeyR committed Apr 10, 2021
1 parent 6a5394f commit c44b5e3
Show file tree
Hide file tree
Showing 5 changed files with 392 additions and 11 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bincode"
version = "1.3.2" # remember to update html_root_url
version = "1.3.3" # remember to update html_root_url
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Zoey Riordan <zoey@dos.cafe>"]
exclude = ["logo.png", "examples/*", ".gitignore", ".travis.yml"]

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

[dependencies]
byteorder = ">=1.3.0, < 1.4.0"
serde = "1.0.63"

[dev-dependencies]
Expand Down

0 comments on commit c44b5e3

Please sign in to comment.