Skip to content

Commit 5efd7a1

Browse files
committed
Change parse-flake-lock edition
1 parent a52c7e3 commit 5efd7a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

parse-flake-lock/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "parse-flake-lock"
33
version = "0.1.1"
4-
edition = "2021"
4+
edition = "2024"
55

66
[dependencies]
7-
serde = { workspace = true }
8-
serde_json = { workspace = true }
9-
thiserror = { workspace = true }
7+
serde.workspace = true
8+
serde_json.workspace = true
9+
thiserror.workspace = true

0 commit comments

Comments
 (0)