Skip to content

Commit

Permalink
chore: eupn/macrotest#115 was merged and released as eupn/macrotest#116
Browse files Browse the repository at this point in the history
  • Loading branch information
antalsz committed Jul 9, 2024
1 parent dcda90e commit 5ddd5e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,4 @@ indexmap = { version = "2.0.0", optional = true }

[dev-dependencies]
thiserror = "1.0"
# TODO: To be pointed back at the official macrotest crate once
# <https://github.com/eupn/macrotest/pull/115> is merged and they make a release
# containing it. The version number will need to be updated as well. See also
# the reference to this issue in `deny.toml`.
macrotest = { version = "1.0.12", git = "https://github.com/antalsz/macrotest.git", branch = "optional-dependencies" }
macrotest = "1.0.13"
7 changes: 0 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ skip-tree = []
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = [ "https://github.com/rust-lang/crates.io-index",]
# TODO: To be removed when we go back to using the official macrotest crate,
# which will happen once <https://github.com/eupn/macrotest/pull/115> is merged
# and they make a release containing it. See also the reference to this issue
# in `Cargo.toml`.
allow-git = [
"https://github.com/antalsz/macrotest.git",
]

[sources.allow-org]
github = [ "rigetti",]

0 comments on commit 5ddd5e5

Please sign in to comment.