Skip to content

Commit

Permalink
Revert to pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 29, 2024
1 parent db3c38d commit 6ba01d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exclude = [ "files" ]
resolver = "2"

[workspace.dependencies]
serde = { version = "1.0.149", features = ["derive"] }
serde = { version = "=1.0.149", features = ["derive"] }

# Make snapshot testing faster
[profile.dev.package.insta]
Expand Down
2 changes: 1 addition & 1 deletion crates/mdbook-aquascope/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repository = "https://github.com/cognitive-engineering-lab/aquascope"
dev = ["mdbook-preprocessor-utils/testing"]

[dependencies]
clap = { version = "4.3.24", features = ["derive"] }
clap = { version = "=4.3.24", features = ["derive"] }
mdbook-preprocessor-utils = "0.2.0"
nom = "7"
nom_locate = "4"
Expand Down

0 comments on commit 6ba01d8

Please sign in to comment.