diff options
| author | a14m <[email protected]> | 2021-04-09 22:44:28 +0200 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-04-09 22:46:25 +0200 |
| commit | f384e00ada1628b5150b8b6fa8f873400d270af0 (patch) | |
| tree | e03de0a39dc634af24235c978e21fd774560e671 /CLI/rust/Cargo.toml | |
| parent | 44c937b713349e16439b0e57c788c1101b1423de (diff) | |
Prepare new releases
Diffstat (limited to 'CLI/rust/Cargo.toml')
| -rw-r--r-- | CLI/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml index 116d762..4f6d159 100644 --- a/CLI/rust/Cargo.toml +++ b/CLI/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "terminal_game_of_life" -version = "1.0.0-pre" +version = "1.0.0" authors = ["a14m <[email protected]>"] edition = "2018" description = "Conway's game of life implementation as a CLI rust crate" |
