aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-04-27 17:00:39 +0100
committerNerdyPepper <[email protected]>2019-04-27 17:00:39 +0100
commit210dd931575c2f332f2606a3b2448acde8354930 (patch)
treee28e443ae32a2a5db97e22f7639ec662a406677b
parent4c22b4b3bfb7b878d91b39b486a098215a053eb2 (diff)
version bump: add output base opt
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bedfd43..4523192 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "eva" 2name = "eva"
3version = "0.2.3" 3version = "0.2.4"
4authors = ["NerdyPepper <[email protected]>"] 4authors = ["NerdyPepper <[email protected]>"]
5edition = "2018" 5edition = "2018"
6description = "Calculator REPL similar to bc(1)" 6description = "Calculator REPL similar to bc(1)"