aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6d2761a..34017d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gnix"
-version = "0.1.0"
+version = "1.0.0"
edition = "2021"
[dependencies]
@@ -26,7 +26,7 @@ pin-project = "1.1.3"
# Config
serde = { version = "1.0.188", features = ["derive"] }
-toml = "0.7.6"
+serde_yaml = "0.9.25"
# Logging
env_logger = "0.10.0"