From 41254c58c9fface69f7db39b5236a7aed319047c Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 8 Apr 2023 22:08:23 -0300 Subject: Clean up --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') 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 "] 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] -- cgit 1.4.1