diff options
author | fxqnlr <[email protected]> | 2024-09-03 23:36:20 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-09-03 23:36:20 +0200 |
commit | 1d64516ed95266a4fc1f8a18652f99158a4004f1 (patch) | |
tree | a58408e693305f73ea03e63da6d4cb1e49938228 | |
parent | d3870a2efa74e68c643dfb4aef32edc2536503b0 (diff) | |
download | modlist-1d64516ed95266a4fc1f8a18652f99158a4004f1.tar modlist-1d64516ed95266a4fc1f8a18652f99158a4004f1.tar.gz modlist-1d64516ed95266a4fc1f8a18652f99158a4004f1.zip |
pushing as 1.0 so I can rework as 2v1.0.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -772,7 +772,7 @@ dependencies = [ | |||
772 | 772 | ||
773 | [[package]] | 773 | [[package]] |
774 | name = "modlist" | 774 | name = "modlist" |
775 | version = "0.15.0" | 775 | version = "1.0.0" |
776 | dependencies = [ | 776 | dependencies = [ |
777 | "chrono", | 777 | "chrono", |
778 | "clap", | 778 | "clap", |
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "modlist" | 2 | name = "modlist" |
3 | version = "0.15.0" | 3 | version = "1.0.0" |
4 | edition = "2021" | 4 | edition = "2021" |
5 | 5 | ||
6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |