aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvsyukov Denis Anatolyevich <[email protected]>2020-03-11 08:36:17 +0300
committerEvsyukov Denis Anatolyevich <[email protected]>2020-03-11 08:36:17 +0300
commit898664c6df1118556819a0e1186f5bbe8b5fefce (patch)
tree400f373a052d5689813c139096f62b9c6c6a2541
parent[~] rename hash function to get_sha256 (diff)
downloadt-898664c6df1118556819a0e1186f5bbe8b5fefce.tar.xz
t-898664c6df1118556819a0e1186f5bbe8b5fefce.zip
[~] version to 2.0.0
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 22a99a9..f402062 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "t"
-version = "0.1.0"
+version = "2.0.0"
authors = ["Denis Evsyukov <[email protected]>"]
edition = "2018"
@@ -13,5 +13,5 @@ rust-crypto = "0.2"
[profile.release]
opt-level = 'z' # Optimize for size.
lto = true
-# codegen-units = 1
+codegen-units = 1
panic = 'abort' \ No newline at end of file