Skip to content

Commit

Permalink
Changed SemVer versioning type in Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Canvas02 committed Jan 17, 2022
1 parent fbd882c commit 58360c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paste_rs-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.0", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
paste_rs_api = "0.1"
clap = { version = "~3.0", features = ["derive"] }
tokio = { version = "~1", features = ["macros", "rt-multi-thread"] }
paste_rs_api = "~0.1"
# directories = "4.0"

0 comments on commit 58360c9

Please sign in to comment.