Skip to content

Commit

Permalink
Bump minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Feb 26, 2024
1 parent c621bf1 commit 9345c58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ homepage = "https://github.com/Cardinal-Cryptography/drink"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/Cardinal-Cryptography/drink"
version = "0.10.0"
version = "0.11.0"

[workspace.dependencies]
paste = { version = "1.0.7" }
Expand Down Expand Up @@ -58,5 +58,5 @@ sp-runtime-interface = { version = "24.0.0" }

# Local dependencies

drink = { version = "0.10.0", path = "drink" }
drink-test-macro = { version = "0.10.0", path = "drink/test-macro" }
drink = { version = "0.11.0", path = "drink" }
drink-test-macro = { version = "0.11.0", path = "drink/test-macro" }

0 comments on commit 9345c58

Please sign in to comment.