Skip to content

Commit

Permalink
Merge pull request fedimint#4007 from elsirion/2024-01-release-0.2.1
Browse files Browse the repository at this point in the history
chore: bump version to 0.2.1
  • Loading branch information
justinmoon authored Jan 3, 2024
2 parents 1d02818 + 0384e50 commit a8422b8
Show file tree
Hide file tree
Showing 43 changed files with 224 additions and 224 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resolver = "2"

[workspace.metadata]
name = "fedimint"
version = "0.2.1-rc4"
version = "0.2.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "Fedimint is a prototype Federated Chaumian E-Cash Mint implementation, natively compatible with Bitcoin & the Lightning Network. This project is under heavy development, DO NOT USE WITH REAL FUNDS."
Expand Down
2 changes: 1 addition & 1 deletion crypto/aead/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-aead"
version = "0.2.1-rc4"
version = "0.2.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "aead utilities on top of ring "
Expand Down
8 changes: 4 additions & 4 deletions crypto/derive-secret/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-derive-secret"
version = "0.2.1-rc4"
version = "0.2.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "Fedimint derivable secret implementation"
Expand All @@ -18,8 +18,8 @@ path = "src/lib.rs"

[dependencies]
anyhow = "1.0.66"
fedimint-core = { version = "0.2.1-rc4", path = "../../fedimint-core" }
hkdf = { package = "fedimint-hkdf", version = "0.2.1-rc4", path = "../../crypto/hkdf" }
fedimint-core = { version = "0.2.1", path = "../../fedimint-core" }
hkdf = { package = "fedimint-hkdf", version = "0.2.1", path = "../../crypto/hkdf" }
ring = "0.17.5"
secp256k1-zkp = { version = "0.7.0", features = [ "serde", "bitcoin_hashes" ] }
tbs = { package = "fedimint-tbs", version = "0.2.1-rc4", path = "../../crypto/tbs" }
tbs = { package = "fedimint-tbs", version = "0.2.1", path = "../../crypto/tbs" }
Loading

0 comments on commit a8422b8

Please sign in to comment.