We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2878edf commit fa35f58Copy full SHA for fa35f58
2 files changed
CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
- Bump dependencies
17
- Bump MSRV (Minimum Supported Rust Version) from 1.54.0 to 1.57.0
18
- Bump bitvec to version 1
19
+- Move to Rust edition 2021
20
21
## [0.4.4] - 2022-02-27
22
Cargo.toml
@@ -16,7 +16,7 @@ readme = "README.md"
repository = "https://github.com/farcaster-project/farcaster-core"
description = "Farcaster project core library, blockchain atomic swaps."
-edition = "2018"
+edition = "2021"
rust-version = "1.57.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments