summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e16edb7..748ae41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "datafu"
-version = "0.1.0"
+version = "0.1.0-alpha.1"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 license = "MIT OR Apache-2.0"
 description = "A Rust library for extracting data from config objects and other arbitrary object graphs."
@@ -17,7 +17,6 @@ impl_trait = "0.1.7"
 indexmap = "1.9.1"
 regex = "1"
 serde = "1.0.140"
-# serde_transmute = "0.1.4"
 smallvec = "1.10.0"
 
 [dev-dependencies]