Skip to content

Commit

Permalink
remove unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Jan 26, 2024
1 parent 2d957d6 commit eed6381
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions crux_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ assert_fs = "1.0.13"
assert_matches = "1.5"
async-channel = "2.1"
crux_macros = { version = "0.3", path = "../crux_macros" }
crux_http = { version = "0.4", path = "../crux_http" }
crux_time = { version = "0.2", path = "../crux_time" }
doctest_support = { path = "../doctest_support" }
serde = { version = "1.0.195", features = ["derive"] }
static_assertions = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion scripts/cargo_publish.fish
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env fish

for e in crux_macros crux_http crux_kv crux_platform crux_time crux_core
for e in crux_macros crux_core crux_http crux_kv crux_platform crux_time
echo $e
cargo publish --package $e
end

0 comments on commit eed6381

Please sign in to comment.