diff options
author | Silas Bartha <[email protected]> | 2023-11-11 13:16:08 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2023-11-11 13:16:44 -0500 |
commit | 9b39e6485b90e0528cd2168956ccf6344acda6e4 (patch) | |
tree | fba53192cfab437da6c85db945e8d4104e1b23ec /Cargo.toml | |
parent | b51bcae2a9cc715270484b04b0c2e8247f28328d (diff) |
use stderr instead of stdout
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 = "1.1.0" +version = "1.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |