Skip to content

Commit

Permalink
local develop branch usually uses local dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Aug 12, 2023
1 parent 3585a88 commit 6ea0e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svgbob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ edition = "2021"
nalgebra = "0.32.1"
parry2d = "0.13.5"
once_cell = "1.18.0"
sauron = { version = "0.59.0", default-features = false}
#sauron = { path = "../../../sauron", default-features = false}
#sauron = { version = "0.59.0", default-features = false}
sauron = { path = "../../../sauron", default-features = false}
unicode-width = "0.1.9"
itertools = "0.11.0"
pom = { version = "3.2.0" }
Expand Down

0 comments on commit 6ea0e51

Please sign in to comment.