Skip to content

Commit

Permalink
Set exact version dependency for documented-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 16, 2024
1 parent d472767 commit 5910fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version.workspace = true
version.workspace = true

[dependencies]
documented-macros = { path = "../documented-macros", version = "0.7.1" }
documented-macros = { path = "../documented-macros", version = "=0.7.1" }
phf = { version = "0.11", default-features = false, features = ["macros"] }
thiserror = "1.0.64"

Expand Down

0 comments on commit 5910fbf

Please sign in to comment.