Skip to content

Commit

Permalink
chore: Enable us to release to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed May 30, 2024
1 parent 97fa223 commit 07d827b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ tokio = { version = "1.37", features = ["fs", "rt-multi-thread", "net", "io-util
trait-variant = "0.1"
vncserver = "0.2"

breakwater-core = { path = "breakwater-core" }
breakwater-parser = { path = "breakwater-parser" }
# Uses the given path when used locally, and uses the specified version from crates.io when published.
breakwater-core = { path = "breakwater-core", version = "0.14" }
breakwater-parser = { path = "breakwater-parser", version = "0.14" }

[profile.dev]
opt-level = 3
Expand Down

0 comments on commit 07d827b

Please sign in to comment.