Skip to content

Commit 909ab3b

Browse files
committed
chore: Update to edition 2024
1 parent 7afd1c8 commit 909ab3b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ members = [
33
"bmap-parser",
44
"bmap-rs",
55
]
6+
resolver = "3"
67

78
# Most of the actual work is CPU-heavy, in particular the rust sha2
89
# implementation so use full optimisations otherwise everything will run quite

bmap-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bmap-parser"
33
version = "0.2.0"
44
authors = ["Sjoerd Simons <[email protected]>"]
5-
edition = "2018"
5+
edition = "2024"
66
license = "MIT AND Apache-2.0"
77
description = "bmap-parser is a library for Rust that allows you to copy files or flash block devices safely"
88
repository = "https://github.com/collabora/bmap-rs"

bmap-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bmap-rs"
33
version = "0.2.0"
44
authors = ["Sjoerd Simons <[email protected]>"]
5-
edition = "2018"
5+
edition = "2024"
66
license = "MIT AND Apache-2.0"
77
description = "bmap-rs is an application that handles the use of bmap crate"
88
repository = "https://github.com/collabora/bmap-rs"

0 commit comments

Comments
 (0)