Skip to content

Commit 99d2805

Browse files
committed
fix: upgrade to Rust 2024
1 parent 224ad8b commit 99d2805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "virtio-spec"
33
version = "0.3.2"
44
authors = ["Martin Kröning <mkroening@posteo.net>"]
5-
edition = "2021"
5+
edition = "2024"
66
description = "Definitions from the Virtual I/O Device (VIRTIO) specification."
77
repository = "https://github.com/rust-osdev/virtio-spec-rs"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)