Skip to content

Commit dd628ec

Browse files
committed
Remove self dep on burn-remote
1 parent 3a6a456 commit dd628ec

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/burn-remote/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ axum = { version = "0.8.1", features = ["ws"], optional = true }
4343
tracing-core = { workspace = true, optional = true }
4444
tracing-subscriber = { workspace = true, optional = true }
4545

46-
[dev-dependencies]
47-
# We activate the features client and server during dev.
48-
burn-remote = { path = ".", version = "0.16.0", features=["client", "server"] }
49-
5046
[package.metadata.docs.rs]
5147
features = ["doc"]
5248
rustdoc-args = ["--cfg", "docsrs"]

deny.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ allow = [
7676
"Apache-2.0",
7777
"BSD-3-Clause",
7878
"BSD-2-Clause",
79+
"BSL-1.0", # in NOTICES.md
7980
"CC0-1.0",
8081
"ISC",
8182
"MIT",
@@ -92,5 +93,4 @@ exceptions = [
9293
# Each entry is the crate and version constraint, and its specific allow
9394
# list
9495
#{ allow = ["license_name"], name = "crate", version = "*" },
95-
{ allow = ["BSL-1.0"], name = "clipboard-win", version = "*" }, # in NOTICES.md
9696
]

0 commit comments

Comments
 (0)