diff options
| author | Ahmed AbdelHalim <[email protected]> | 2023-06-30 16:26:20 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2023-07-01 21:08:05 +0200 |
| commit | 6b0ee8f34f37d25bb2f963739062f5f12a6214bf (patch) | |
| tree | 795464c4cdd19a3b4d1607cfbae601e15ba743b0 /CLI/rust/Cargo.toml | |
| parent | 8677c8d0aa0bf928ec2df6faa9accb6f9357473a (diff) | |
Fix rust issues in nightly mocking lib
Diffstat (limited to 'CLI/rust/Cargo.toml')
| -rw-r--r-- | CLI/rust/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml index 4f6d159..d3a5cae 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" +version = "1.0.1" authors = ["a14m <[email protected]>"] edition = "2018" description = "Conway's game of life implementation as a CLI rust crate" @@ -23,4 +23,4 @@ regex = "1.4.5" terminal_size = "0.1.16" [dev-dependencies] -mocktopus = "^0.7.0" +mocktopus = "^0.8.0" |
