diff options
author | Silas Bartha <[email protected]> | 2023-11-11 13:13:41 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2023-11-11 13:13:41 -0500 |
commit | b51bcae2a9cc715270484b04b0c2e8247f28328d (patch) | |
tree | b0f433b873ff591a4ab955bec6d782f855739ec9 /Cargo.toml | |
parent | d10f633980b642b77aac32f84081f4d8a989fd08 (diff) |
Error handling + exit codes
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "pomc" -version = "0.1.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |