Skip to content

Commit

Permalink
Update lexical-core requirement from 0.8 to 1.0 (#30)
Browse files Browse the repository at this point in the history
Updates the requirements on [lexical-core](https://github.com/Alexhuszagh/rust-lexical) to permit the latest version.
- [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases)
- [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG)
- [Commits](Alexhuszagh/rust-lexical@v0.8.0...1.0.1)

---
updated-dependencies:
- dependency-name: lexical-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 4f0d591 commit e88f9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scpi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version = "1.0"
features = ["_private"]

[dependencies.lexical-core]
version = "0.8"
version = "1.0"
default-features = false
features = [
"parse-floats",
Expand Down

0 comments on commit e88f9e6

Please sign in to comment.