Skip to content

Commit

Permalink
Ensure all package versions internally are properly incremented.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 15, 2024
1 parent 40d3646 commit aeab322
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lexical-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
name = "lexical-core"
readme = "README.md"
repository = "https://github.com/Alexhuszagh/rust-lexical"
version = "1.0.0"
version = "1.0.1"
exclude = [
"assets/*",
"docs/*",
Expand Down
4 changes: 2 additions & 2 deletions lexical-parse-integer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
name = "lexical-parse-integer"
readme = "README.md"
repository = "https://github.com/Alexhuszagh/rust-lexical"
version = "1.0.0"
version = "1.0.1"
exclude = [
"assets/*",
"docs/*",
Expand All @@ -21,7 +21,7 @@ exclude = [
static_assertions = "1"

[dependencies.lexical-util]
version = "1.0.0"
version = "1.0.1"
path = "../lexical-util"
default-features = false
features = ["parse-integers"]
Expand Down
2 changes: 1 addition & 1 deletion lexical-write-float/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
name = "lexical-write-float"
readme = "README.md"
repository = "https://github.com/Alexhuszagh/rust-lexical"
version = "1.0.0"
version = "1.0.1"
exclude = [
"assets/*",
"docs/*",
Expand Down

0 comments on commit aeab322

Please sign in to comment.