Skip to content

Commit fa35f58

Browse files
authored
chore: update rust edition 2021 (#279)
1 parent 2878edf commit fa35f58

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Bump dependencies
1717
- Bump MSRV (Minimum Supported Rust Version) from 1.54.0 to 1.57.0
1818
- Bump bitvec to version 1
19+
- Move to Rust edition 2021
1920

2021
## [0.4.4] - 2022-02-27
2122

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "README.md"
1616
repository = "https://github.com/farcaster-project/farcaster-core"
1717
description = "Farcaster project core library, blockchain atomic swaps."
1818

19-
edition = "2018"
19+
edition = "2021"
2020
rust-version = "1.57.0"
2121

2222
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)