Skip to content

Commit

Permalink
build: Specify the core version. (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa42 authored Dec 28, 2024
1 parent ffeaba5 commit 4354b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio = "1.42.0"
tokio-tungstenite = "0.26.1"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
webterm-core = { path = "../core" }
webterm-core = { path = "../core", version = "0.1.0" }
url = "2.5.4"
semver = "1.0.24"

Expand Down
2 changes: 1 addition & 1 deletion relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio = { version = "1.42.0", features = ["full"] }
tower-http = { version = "0.6.2", features = ["trace"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
webterm-core = { path = "../core" }
webterm-core = { path = "../core", version = "0.1.0" }

[lints.clippy]
new_without_default = "allow"

0 comments on commit 4354b2b

Please sign in to comment.