diff options
| author | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 08:36:17 +0300 |
|---|---|---|
| committer | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 08:36:17 +0300 |
| commit | 898664c6df1118556819a0e1186f5bbe8b5fefce (patch) | |
| tree | 400f373a052d5689813c139096f62b9c6c6a2541 | |
| parent | [~] rename hash function to get_sha256 (diff) | |
| download | t-898664c6df1118556819a0e1186f5bbe8b5fefce.tar.xz t-898664c6df1118556819a0e1186f5bbe8b5fefce.zip | |
[~] version to 2.0.0
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |