Skip to content

Commit

Permalink
Rename more crates to dusk-*
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed May 13, 2024
1 parent cf83d29 commit ba21a5b
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 64 deletions.
120 changes: 60 additions & 60 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ wasmtime = { path = "crates/wasmtime", package = "dusk-wasmtime", version = "20.
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=20.0.0" }
wasmtime-cache = { path = "crates/cache", version = "=20.0.0" }
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=20.0.0" }
wasmtime-cranelift = { path = "crates/cranelift", version = "=20.0.0" }
wasmtime-cranelift = { path = "crates/cranelift", package = "dusk-wasmtime-cranelift", version = "=20.0.0" }
wasmtime-winch = { path = "crates/winch", version = "=20.0.0" }
wasmtime-environ = { path = "crates/environ", version = "=20.0.0" }
wasmtime-environ = { path = "crates/environ", package = "dusk-wasmtime-environ", version = "=20.0.0" }
wasmtime-explorer = { path = "crates/explorer", version = "=20.0.0" }
wasmtime-fiber = { path = "crates/fiber", version = "=20.0.0" }
wasmtime-types = { path = "crates/types", version = "20.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/cranelift/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "wasmtime-cranelift"
name = "dusk-wasmtime-cranelift"
version.workspace = true
authors.workspace = true
description = "Integration between Cranelift and Wasmtime"
Expand Down
2 changes: 1 addition & 1 deletion crates/environ/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "wasmtime-environ"
name = "dusk-wasmtime-environ"
version.workspace = true
authors.workspace = true
description = "Standalone environment support for WebAsssembly code in Cranelift"
Expand Down

0 comments on commit ba21a5b

Please sign in to comment.