Skip to content

Commit

Permalink
Updated test dependencies: uuid and glam
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKoenders committed Aug 17, 2022
1 parent 3a4f299 commit 0dcc7e5
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
[workspace]
members = [
"derive",
"compatibility"
]
members = ["derive", "compatibility"]

[package]
name = "bincode"
version = "2.0.0-rc.1" # remember to update html_root_url and bincode_derive
authors = ["Ty Overby <[email protected]>", "Zoey Riordan <[email protected]>", "Victor Koenders <[email protected]>"]
authors = [
"Ty Overby <[email protected]>",
"Zoey Riordan <[email protected]>",
"Victor Koenders <[email protected]>",
]
exclude = ["logo.svg", "examples/*", ".gitignore", ".github/"]

publish = true
publish = true

repository = "https://github.com/bincode-org/bincode"
documentation = "https://docs.rs/bincode"
Expand Down Expand Up @@ -40,9 +41,9 @@ serde_json = { version = "1.0", default-features = false }
tempfile = "3.2"
criterion = "0.3"
rand = "0.8"
uuid = { version = "0.8", features = ["serde"] }
uuid = { version = "1.1", features = ["serde"] }
chrono = { version = "0.4", features = ["serde"] }
glam = { version="0.20.5", features=["serde"] }
glam = { version = "0.21", features = ["serde"] }

[[bench]]
name = "varint"
Expand Down

0 comments on commit 0dcc7e5

Please sign in to comment.