Skip to content

Commit

Permalink
build: bump versions to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m4b committed Jan 1, 2024
1 parent d369188 commit eb3bc08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11.1"
version = "0.12.0"
authors = ["m4b <[email protected]>", "Ted Mielczarek <[email protected]>"]
readme = "README.md"
edition = "2021"
Expand All @@ -18,4 +18,4 @@ std = []
derive = ["dep:scroll_derive"]

[dependencies]
scroll_derive = { version = "0.11", optional = true, path = "scroll_derive" }
scroll_derive = { version = "0.12", optional = true, path = "scroll_derive" }
2 changes: 1 addition & 1 deletion scroll_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scroll_derive"
version = "0.11.1"
version = "0.12.0"
authors = ["m4b <[email protected]>", "Ted Mielczarek <[email protected]>", "Systemcluster <[email protected]>"]
readme = "README.md"
edition = "2018"
Expand Down

0 comments on commit eb3bc08

Please sign in to comment.