aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLia Lenckowski <lialenck@protonmail.com>2023-10-01 22:52:58 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-04 14:26:52 +0200
commit0114be25b4ba27d82b403249856ebc862bf2b2d8 (patch)
treeb67135a59b1a1150dfd7a1fc03bf6b5e3e62c397 /Cargo.toml
parent43d4264d763e21b94124a35b81ae609f47bab8bd (diff)
downloadgnix-0114be25b4ba27d82b403249856ebc862bf2b2d8.tar
gnix-0114be25b4ba27d82b403249856ebc862bf2b2d8.tar.bz2
gnix-0114be25b4ba27d82b403249856ebc862bf2b2d8.tar.zst
change from toml to yaml; version bump
Signed-off-by: metamuffin <metamuffin@disroot.org>
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"