Skip to content

Commit

Permalink
chore: ucan pr (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Mar 7, 2023
1 parent 1eb5f1b commit 0a137a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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.

1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
# List of URLs for allowed Git repositories
allow-git = [
"https://github.com/ucan-wg/rs-ucan",
"https://github.com/bytecodealliance/preview2-prototyping",
"https://github.com/bytecodealliance/wasmtime",
"https://github.com/bytecodealliance/wit-bindgen",
Expand Down
2 changes: 1 addition & 1 deletion homestar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ thiserror = "1.0"
tokio = { version = "1.26", features = ["io-util", "io-std", "macros", "rt", "rt-multi-thread"] }
tracing = "0.1"
tracing-subscriber = "0.3"
ucan = { version = "0.1", path = "../../../rs-ucan/ucan" }
ucan = { version = "0.1", git = "https://github.com/ucan-wg/rs-ucan", branch = "zl/principle-derives" }
url = "2.3"
xid = "1.0"

Expand Down

0 comments on commit 0a137a0

Please sign in to comment.