Skip to content

Commit

Permalink
Use published versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jul 25, 2023
1 parent 2de06ea commit ead6b0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 6 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fern = "0.6"
# We need to figure out HOME/CARGO_HOME in some cases
home = "0.5"
# Provides graphs on top of cargo_metadata
krates = { version = "0.13", features = ["prefer-index", "targets"] }
krates = { version = "0.14", features = ["prefer-index", "targets"] }
# Log macros
log = "0.4"
# Nicer sync primitives
Expand All @@ -81,7 +81,7 @@ spdx = "0.10"
# Lazy
strum = { version = "0.25", features = ["derive"] }
# Index retrieval and querying
tame-index = { version = "0.1", features = ["git", "sparse"] }
tame-index = { version = "0.2", features = ["git", "sparse"] }
# Timestamp emission
time = { version = "0.3", default-features = false, features = [
"formatting",
Expand Down Expand Up @@ -109,7 +109,7 @@ features = [
fs_extra = "1.3"
# Snapshot testing
insta = { version = "1.21", features = ["json"] }
tame-index = { version = "0.1", features = ["local-builder"] }
tame-index = { version = "0.2", features = ["local-builder"] }
# We use this for creating fake crate directories for crawling license files on disk
tempfile = "3.1.0"

Expand All @@ -118,7 +118,3 @@ opt-level = 3

[profile.dev.package.similar]
opt-level = 3

[patch.crates-io]
krates = { path = "../krates" }
tame-index = { path = "../tame-index" }

0 comments on commit ead6b0c

Please sign in to comment.