Hello World works
This commit is contained in:
@@ -13,11 +13,11 @@ async-once-cell = "0.5.4"
|
||||
bound = "0.6.0"
|
||||
derive_destructure = "1.0.0"
|
||||
dyn-clone = "1.0.20"
|
||||
futures = { version = "0.3.31", default-features = false, features = [
|
||||
"std",
|
||||
"async-await",
|
||||
futures = { version = "0.3.32", default-features = false, features = [
|
||||
"std",
|
||||
"async-await",
|
||||
] }
|
||||
hashbrown = "0.16.1"
|
||||
hashbrown = "0.17.0"
|
||||
itertools = "0.14.0"
|
||||
lazy_static = "1.5.0"
|
||||
never = "0.1.0"
|
||||
@@ -25,14 +25,14 @@ num-traits = "0.2.19"
|
||||
orchid-api = { version = "0.1.0", path = "../orchid-api" }
|
||||
orchid-api-derive = { version = "0.1.0", path = "../orchid-api-derive" }
|
||||
orchid-api-traits = { version = "0.1.0", path = "../orchid-api-traits" }
|
||||
ordered-float = "5.1.0"
|
||||
regex = "1.12.2"
|
||||
rust-embed = "8.9.0"
|
||||
ordered-float = "5.3.0"
|
||||
regex = "1.12.3"
|
||||
rust-embed = "8.11.0"
|
||||
substack = "1.1.1"
|
||||
trait-set = "0.3.0"
|
||||
task-local = "0.1.0"
|
||||
task-local = "0.1.1"
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3.31"
|
||||
rand = "0.10.0"
|
||||
futures = "0.3.32"
|
||||
rand = "0.10.1"
|
||||
rand_chacha = "0.10.0"
|
||||
|
||||
Reference in New Issue
Block a user