Skip to content

Commit

Permalink
chore: release version 0.79.3
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Jul 26, 2024
1 parent 35c30a1 commit 5115818
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 57 deletions.
96 changes: 48 additions & 48 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ push = false
[workspace.package]
authors = ["Penumbra Labs <[email protected]>"]
edition = "2021"
version = "0.79.0"
version = "0.79.3"
repository = "https://github.com/penumbra-zone/penumbra"
homepage = "https://penumbra.zone"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ pbjson-types = {workspace = true}
[dev-dependencies]
proptest = {workspace = true}
serde_json = {workspace = true}
getrandom = {workspace = true}
getrandom = {workspace = true}
2 changes: 1 addition & 1 deletion crates/core/component/distributions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ tendermint = {workspace = true}
tracing = {workspace = true}

[dev-dependencies]
getrandom = {workspace = true}
getrandom = {workspace = true}
2 changes: 1 addition & 1 deletion crates/core/component/fee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ tonic = {workspace = true, optional = true}
tracing = {workspace = true}

[dev-dependencies]
getrandom = {workspace = true}
getrandom = {workspace = true}
2 changes: 1 addition & 1 deletion crates/core/component/sct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ tracing = {workspace = true}
chrono = { workspace = true, default-features = false, features = ["serde", "now"] }

[dev-dependencies]
getrandom = {workspace = true}
getrandom = {workspace = true}
2 changes: 1 addition & 1 deletion crates/core/component/stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ ed25519-consensus = {workspace = true}
proptest = {workspace = true}
rand_chacha = {workspace = true}
tracing-subscriber = {workspace = true}
getrandom = {workspace = true}
getrandom = {workspace = true}
2 changes: 1 addition & 1 deletion crates/core/keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ tracing = {workspace = true}
proptest = {workspace = true}
serde_json = {workspace = true}
num-traits = {workspace = true}
getrandom = {workspace = true}
getrandom = {workspace = true}
2 changes: 1 addition & 1 deletion crates/core/txhash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ hex = {workspace = true}
penumbra-proto = {workspace = true, default-features = false}
penumbra-tct = {workspace = true, default-features = true}
serde = {workspace = true}
getrandom = {workspace = true}
getrandom = {workspace = true}
2 changes: 1 addition & 1 deletion crates/crypto/tct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ static_assertions = "1"
proptest = {workspace = true}
proptest-derive = {workspace = true}
serde_json = {workspace = true}
getrandom = {workspace = true}
getrandom = {workspace = true}

0 comments on commit 5115818

Please sign in to comment.