We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b256b commit a41f72dCopy full SHA for a41f72d
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "confy"
3
-version = "0.6.1"
+version = "1.0.0"
4
authors = ["Katharina Fey <[email protected]>"]
5
description = "Boilerplate-free configuration management"
6
license = "MIT/X11 OR Apache-2.0"
7
documentation = "https://docs.rs/confy"
8
repository = "https://github.com/rust-cli/confy"
9
readme = "README.md"
10
-edition = "2021"
+edition = "2024"
11
12
[dependencies]
13
ron = { version = "0.10.1", optional = true }
0 commit comments