Skip to content

Commit

Permalink
Rely on git version of compile-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Sep 26, 2023
1 parent 8b30315 commit 884c1d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ categories = ["encoding", "no-std"]
description = "Constant functions for converting hex- and base64-encoded strings into bytes"
repository = "https://github.com/slowli/const-decoder"

[dependencies]
compile-fmt = { path = "../compile-fmt" }
[dependencies.compile-fmt]
git = "https://github.com/slowli/compile-fmt.git"
version = "0.1.0"
rev = "0f0c1ab3e90c854beede0ceaa87ce0d96e209a7f"

[dev-dependencies]
base64 = "0.21.0"
Expand Down
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ allow-wildcard-paths = true
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = [
# Temporarily allow relying on an unpiblished version of `compile-fmt`
"https://github.com/slowli/compile-fmt.git",
]

0 comments on commit 884c1d3

Please sign in to comment.