pnm decoding and encoding
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "pnm" -version = "0.1.0" -edition = "2021" +version = "0.1.1" +edition = "2024" description = "portable anymap format encoding and decoding" authors = ["bend-n <[email protected]>"] license = "MIT" |