Skip to content

Commit 5ddd5e5

Browse files
committed
chore: eupn/macrotest#115 was merged and released as eupn/macrotest#116
1 parent dcda90e commit 5ddd5e5

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,4 @@ indexmap = { version = "2.0.0", optional = true }
3232

3333
[dev-dependencies]
3434
thiserror = "1.0"
35-
# TODO: To be pointed back at the official macrotest crate once
36-
# <https://github.com/eupn/macrotest/pull/115> is merged and they make a release
37-
# containing it. The version number will need to be updated as well. See also
38-
# the reference to this issue in `deny.toml`.
39-
macrotest = { version = "1.0.12", git = "https://github.com/antalsz/macrotest.git", branch = "optional-dependencies" }
35+
macrotest = "1.0.13"

deny.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ skip-tree = []
4949
unknown-registry = "deny"
5050
unknown-git = "deny"
5151
allow-registry = [ "https://github.com/rust-lang/crates.io-index",]
52-
# TODO: To be removed when we go back to using the official macrotest crate,
53-
# which will happen once <https://github.com/eupn/macrotest/pull/115> is merged
54-
# and they make a release containing it. See also the reference to this issue
55-
# in `Cargo.toml`.
56-
allow-git = [
57-
"https://github.com/antalsz/macrotest.git",
58-
]
5952

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

0 commit comments

Comments
 (0)