File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,4 @@ indexmap = { version = "2.0.0", optional = true }
32
32
33
33
[dev-dependencies ]
34
34
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"
Original file line number Diff line number Diff line change @@ -49,13 +49,6 @@ skip-tree = []
49
49
unknown-registry = " deny"
50
50
unknown-git = " deny"
51
51
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
- ]
59
52
60
53
[sources .allow-org ]
61
54
github = [ " rigetti" ,]
You can’t perform that action at this time.
0 commit comments