We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd06c4d commit a676f22Copy full SHA for a676f22
Cargo.toml
@@ -1,13 +1,16 @@
1
[package]
2
-name = "rs-version"
3
-version = "0.1.0"
+name = "version"
+version = "0.1.1"
4
edition = "2021"
5
+authors = ["Marcos Gutiérrez Alonso <marcos56@mailbox.org>"]
6
+description = "A library to handle version numbers"
7
+license = "MIT OR Apache-2.0"
8
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11
[dependencies]
-serde = { version = "1.0.185", features = ["derive"] }
12
+serde = { version = "^1", features = ["derive"] }
13
14
[dev-dependencies]
-serde_json = "1.0.105"
-serde_test = "1.0.176"
15
+serde_json = "^1"
16
+serde_test = "^1"
0 commit comments