Skip to content

Commit

Permalink
build: bump versions to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m4b committed Dec 14, 2021
1 parent dfd9c7b commit 135ea6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scroll"
version = "0.10.2"
version = "0.11.0"
authors = ["m4b <[email protected]>", "Ted Mielczarek <[email protected]>"]
readme = "README.md"
edition = "2021"
Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/scroll"
description = "A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers"

[dependencies]
scroll_derive = { version = "0.10", optional = true, path = "scroll_derive" }
scroll_derive = { version = "0.11", optional = true, path = "scroll_derive" }

[features]
default = ["std"]
Expand Down
4 changes: 2 additions & 2 deletions scroll_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scroll_derive"
version = "0.10.5"
version = "0.11.0"
authors = ["m4b <[email protected]>", "Ted Mielczarek <[email protected]>", "Systemcluster <[email protected]>"]
readme = "README.md"
edition = "2018"
Expand All @@ -19,5 +19,5 @@ quote = "1"
syn = "1"

[dev-dependencies.scroll]
version = "0.10"
version = "0.11"
path = ".."

0 comments on commit 135ea6e

Please sign in to comment.