Skip to content

Commit

Permalink
comment on version of scopegraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Jun 6, 2024
1 parent 83dbb9b commit 7555b3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ syn = "2"
proc-macro2 = "1"
thiserror = "1"

# note this version should stay lower.
# Scopegraphs is a dev-dependency of scopegraphs-macros, and we deploy scopegraphs macros first.
# By that time, scopegraphs is not yet released at the right version.
scopegraphs = { path = "./scopegraphs", version = "0.3" }
scopegraphs-macros = { path = "./scopegraphs-macros", version = "0.3.2" }
scopegraphs-regular-expressions = { path = "./scopegraphs-regular-expressions", version = "0.3.2" }
Expand Down

0 comments on commit 7555b3b

Please sign in to comment.