diff options
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" |
