Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yayanyang committed Mar 5, 2024
1 parent 25a74a3 commit dc22405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
@@ -1,5 +1,6 @@
[workspace]
members = ["crates/*"]
exclude = ["creates/default"]
resolver = "2"

[workspace.package]
Expand All @@ -25,4 +26,4 @@ mio = { version = "^0.8.9", features = ["os-poll", "net"] }
rasi-syscall = { path = "./crates/syscall", default-features = false, version = "^0.1" }
rasi = { path = "./crates/rasi", version = "^0.1" }
rasi-spec = { path = "./crates/spec", version = "^0.1" }
rasi-default = { path = "./crates/default", version = "^0.1" }
# rasi-default = { path = "./crates/default", version = "^0.1" }

0 comments on commit dc22405

Please sign in to comment.