Skip to content

Commit

Permalink
Use git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed May 31, 2024
1 parent 2b3eac5 commit a61463b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

23 changes: 12 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,23 @@ indexical = "0.3.1"
serde = "1.0.188"
petgraph = { version = "0.6", features = ["serde-1"] }
strum = { version = "0.25", features = ["derive"] }
# rustc_utils = { version = "=0.7.4-nightly-2023-08-25", features = [
# "indexical",
# ] }
# rustc_plugin = "=0.7.4-nightly-2023-08-25"
rustc_utils = { git = "https://github.com/JustusAdam/rustc_plugin", rev = "e990ded60afc928f76293fb9ad265c58405da1a7", features = [
anyhow = { version = "1.0.72", features = ["backtrace"] }

rustc_utils = { version = "=0.7.4-nightly-2023-08-25", features = [
"indexical",
] }
rustc_plugin = { git = "https://github.com/JustusAdam/rustc_plugin", rev = "e990ded60afc928f76293fb9ad265c58405da1a7" }
#rustc_plugin = { path = "../rustc_plugin/crates/rustc_plugin" }
#rustc_utils = { path = "../rustc_plugin/crates/rustc_utils", features = ["indexical"] }
flowistry = { git = "https://github.com/brownsys/flowistry", rev = "a2ccfca2e6b5668ffd246eddc6abaf4d6e440a35", default-features = false }
anyhow = { version = "1.0.72", features = ["backtrace"] }
rustc_plugin = "=0.7.4-nightly-2023-08-25"
flowistry = { path = "../flowistry/crates/flowistry", default-features = false }
#flowistry = { git = "https://github.com/brownsys/flowistry", rev = "a2ccfca2e6b5668ffd246eddc6abaf4d6e440a35", default-features = false }

[profile.release]
debug = true

# [replace]
[replace]
# "rustc_utils:0.7.4-nightly-2023-08-25" = { path = "../rustc_plugin/crates/rustc_utils" }
# "rustc_plugin:0.7.4-nightly-2023-08-25" = { path = "../rustc_plugin/crates/rustc_plugin" }

"rustc_utils:0.7.4-nightly-2023-08-25" = { git = "https://github.com/JustusAdam/rustc_plugin", rev = "dfcce83759b46ecd585d9d56e5c8e8d0b3df5b3c", features = [
"indexical",
] }
"rustc_plugin:0.7.4-nightly-2023-08-25" = { git = "https://github.com/JustusAdam/rustc_plugin", rev = "dfcce83759b46ecd585d9d56e5c8e8d0b3df5b3c" }

0 comments on commit a61463b

Please sign in to comment.