Skip to content

Commit a41f72d

Browse files
authored
Bump crate version to 1.0.0 and use 2024 edition (#116)
1 parent e6b256b commit a41f72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "confy"
3-
version = "0.6.1"
3+
version = "1.0.0"
44
authors = ["Katharina Fey <[email protected]>"]
55
description = "Boilerplate-free configuration management"
66
license = "MIT/X11 OR Apache-2.0"
77
documentation = "https://docs.rs/confy"
88
repository = "https://github.com/rust-cli/confy"
99
readme = "README.md"
10-
edition = "2021"
10+
edition = "2024"
1111

1212
[dependencies]
1313
ron = { version = "0.10.1", optional = true }

0 commit comments

Comments
 (0)