summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2023-04-08 22:30:45 -0300
committerSoniEx2 <endermoneymod@gmail.com>2023-04-08 22:30:45 -0300
commit5693d84c79c5a460582f8c1563889970471eebf4 (patch)
treea37d791b2e45b50986e13eac07c21fcaa6e474f8 /Cargo.toml
parent41254c58c9fface69f7db39b5236a7aed319047c (diff)
More clean up
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 748ae41..0feb58c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "datafu"
-version = "0.1.0-alpha.1"
+version = "0.1.0-alpha.2"
 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."