Skip to content

Commit

Permalink
limit toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bconn98 committed Mar 3, 2024
1 parent 14f55e0 commit 5104cea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,17 @@ serde_json = { version = "1.0", optional = true }
serde_yaml = { version = "0.9", optional = true }
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
toml = { version = "<0.8.10", optional = true }
=======
toml = { version = "0.8.10", optional = true }
>>>>>>> c3d7f42 (chore: clippy fixes + msrv bump)
=======
toml = { version = "0.8.9", optional = true }
>>>>>>> 4486edd (chore: backout msrv bump, knock toml down)
=======
toml = { version = "<0.8.10", optional = true }
>>>>>>> 049e2cc (limit toml)
parking_lot = { version = "0.12.0", optional = true }
rand = { version = "0.8", optional = true}
thiserror = "1.0.15"
Expand Down

0 comments on commit 5104cea

Please sign in to comment.