Skip to content

Commit

Permalink
Merge pull request #4252 from elsirion/2024-02-bump-022
Browse files Browse the repository at this point in the history
chore: cut release 0.2.2
  • Loading branch information
justinmoon committed Feb 6, 2024
2 parents 59881d5 + 4a27b2c commit a849377
Show file tree
Hide file tree
Showing 45 changed files with 227 additions and 227 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nix.yml
Expand Up @@ -219,7 +219,7 @@ jobs:
- wasm32-unknown
include:
- host: linux
runs-on: ubuntu-22.04
runs-on: buildjet-4vcpu-ubuntu-2204
build-in-pr: true
timeout: 20
- host: macos
Expand Down
82 changes: 41 additions & 41 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
Expand Up @@ -46,7 +46,7 @@ resolver = "2"

[workspace.metadata]
name = "fedimint"
version = "0.2.2-rc8"
version = "0.2.2"
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
@@ -1,6 +1,6 @@
[package]
name = "fedimint-aead"
version = "0.2.2-rc8"
version = "0.2.2"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "aead utilities on top of ring "
Expand Down

0 comments on commit a849377

Please sign in to comment.