Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Jul 6, 2024
1 parent 6e1f10a commit eb8e1f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [

[workspace.package]
name = "hyperdrive-rs"
version = "0.16.8"
version = "0.16.9"
authors = [
"Alex Towle <[email protected]>",
"Dylan Paiton <[email protected]>",
Expand All @@ -29,9 +29,9 @@ repository = "https://github.com/delvtech/hyperdrive-rs"
description = "API for simulating Hyperdrive smart contract transactions."

[workspace.dependencies]
fixedpointmath = { version = "0.16.8", path="crates/fixedpointmath" }
hyperdrive-wrappers = { version = "0.16.8", path="crates/hyperdrive-wrappers" }
hyperdrive-math = { version = "0.16.8", path="crates/hyperdrive-math" }
fixedpointmath = { version = "0.16.9", path="crates/fixedpointmath" }
hyperdrive-wrappers = { version = "0.16.9", path="crates/hyperdrive-wrappers" }
hyperdrive-math = { version = "0.16.9", path="crates/hyperdrive-math" }

[workspace.lints.clippy]
comparison_chain = "allow"
Expand Down

0 comments on commit eb8e1f8

Please sign in to comment.