Skip to content

Commit

Permalink
[ofl] Use the local crate index instead of the crates.io API.
Browse files Browse the repository at this point in the history
Should make dry runs much faster.

Closes #184.
  • Loading branch information
anp committed Oct 25, 2020
1 parent ec90bde commit 621de44
Show file tree
Hide file tree
Showing 6 changed files with 164 additions and 111 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ edition = "2018"
dyn-cache = { path = "dyn-cache", version = "0.12.0"}
futures = "0.3.5"
illicit = { path = "illicit", version = "1.1.1"}
moxie-macros = { path = "macros", version = "0.1.0" }
moxie-macros = { path = "macros", version = "0.1.0-pre" }
parking_lot = "0.11"
scopeguard = "1"
topo = { path = "topo", version = "0.13.0"}
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moxie-macros"
version = "0.1.0"
version = "0.1.0-pre"
description = "Macros for the moxie crate."
readme = "../CHANGELOG.md"

Expand Down
Loading

0 comments on commit 621de44

Please sign in to comment.