Skip to content

Commit

Permalink
Bump abscissa to v0.6 release (iqlusioninc#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Feb 11, 2022
1 parent 838635b commit 93a01c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ edition = "2021"
rust-version = "1.56"

[dependencies]
abscissa_core = "=0.6.0-rc.1"
abscissa_tokio = { version = "=0.6.0-rc.1", optional = true }
abscissa_core = "0.6"
abscissa_tokio = { version = "0.6", optional = true }
bytes_v0_5 = { version = "0.5", package = "bytes" }
bytes = "1"
chrono = "0.4"
Expand Down Expand Up @@ -58,7 +58,7 @@ yubihsm = { version = "0.40", features = ["secp256k1", "setup", "usb"], optional
zeroize = "1"

[dev-dependencies]
abscissa_core = { version = "=0.6.0-rc.1", features = ["testing"] }
abscissa_core = { version = "0.6", features = ["testing"] }
byteorder = "1"
rand = "0.7"

Expand Down

0 comments on commit 93a01c4

Please sign in to comment.