From 448320d72da7508b9a5514c85953da5403962fa0 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 24 Apr 2019 18:43:12 +0200 Subject: [PATCH] (cargo-release) version 5.0.0-alpha.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6153576..a4bfbc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "evalexpr" -version = "5.0.0-alpha.0" +version = "5.0.0-alpha.1" dependencies = [ "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6601ba7..5dfdcf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "5.0.0-alpha.0" +version = "5.0.0-alpha.1" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]