Skip to content

Commit

Permalink
Remove self dep on burn-remote
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui committed Jan 14, 2025
1 parent 3a6a456 commit dd628ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions crates/burn-remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ axum = { version = "0.8.1", features = ["ws"], optional = true }
tracing-core = { workspace = true, optional = true }
tracing-subscriber = { workspace = true, optional = true }

[dev-dependencies]
# We activate the features client and server during dev.
burn-remote = { path = ".", version = "0.16.0", features=["client", "server"] }

[package.metadata.docs.rs]
features = ["doc"]
rustdoc-args = ["--cfg", "docsrs"]
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ allow = [
"Apache-2.0",
"BSD-3-Clause",
"BSD-2-Clause",
"BSL-1.0", # in NOTICES.md
"CC0-1.0",
"ISC",
"MIT",
Expand All @@ -92,5 +93,4 @@ exceptions = [
# Each entry is the crate and version constraint, and its specific allow
# list
#{ allow = ["license_name"], name = "crate", version = "*" },
{ allow = ["BSL-1.0"], name = "clipboard-win", version = "*" }, # in NOTICES.md
]

0 comments on commit dd628ec

Please sign in to comment.