rename everything c2 related to the "real" names
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "wasi-c2-cap-std-sync"
|
||||
name = "wasi-cap-std-sync"
|
||||
version = "0.22.0"
|
||||
authors = ["The Wasmtime Project Developers"]
|
||||
description = "WASI implementation in Rust"
|
||||
@@ -13,7 +13,7 @@ include = ["src/**/*", "LICENSE" ]
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
wasi-c2 = { path = "../" }
|
||||
wasi-common = { path = "../", version = "0.22.0" }
|
||||
anyhow = "1.0"
|
||||
cap-std = "0.11"
|
||||
cap-fs-ext = "0.11"
|
||||
|
||||
Reference in New Issue
Block a user