Skip to content

Commit

Permalink
build: Updating MSRV to 1.66.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dandxy89 committed Jan 24, 2024
1 parent 66f5129 commit c4fca95
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "lp_parser_rs"
version = "1.0.1"
edition = "2021"
authors = ["Dan Dixey", "Dan Dixey <dan@functorml.co.uk>"]
rust-version = "1.70"
rust-version = "1.66.1"
license = "MIT OR Apache-2.0"
description = "A Rust parser for the LP file format."
keywords = ["linear-programming", "optimization", "parser", "math", "solver"]
Expand All @@ -12,15 +12,15 @@ repository = "https://github.com/dandxy89/lp_parser_rs"

[dependencies]
anyhow = "1.0"
diff-struct = { version = "0.5.3", optional = true }
diff-struct = { version = "0.5", optional = true }
pest = "2.7"
pest_derive = "2.7"
serde = { version = "1", features = ["derive"], optional = true }
unique_id = "0.1.5"

[dev-dependencies]
float_eq = "1.0"
insta = { version = "1.34.0", features = ["yaml", "redactions"] }
insta = { version = "1.34", features = ["yaml", "redactions"] }

[profile.dev.package]
insta.opt-level = 3
Expand Down

0 comments on commit c4fca95

Please sign in to comment.