Skip to content

Commit

Permalink
Rename wasmtime to dusk-wasmtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Apr 16, 2024
1 parent 32d8a19 commit 24a2ae0
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 68 deletions.
126 changes: 63 additions & 63 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ all = 'allow'
[workspace.dependencies]
arbitrary = { version = "1.3.1" }
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=19.0.2" }
wasmtime = { path = "crates/wasmtime", version = "19.0.2", default-features = false }
wasmtime = { path = "crates/wasmtime", version = "19.0.2", default-features = false, package = "dusk-wasmtime" }
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=19.0.2" }
wasmtime-cache = { path = "crates/cache", version = "=19.0.2" }
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=19.0.2" }
Expand Down
2 changes: 1 addition & 1 deletion crates/component-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wasmtime-wit-bindgen = { workspace = true }
wit-parser = { workspace = true }

[dev-dependencies]
wasmtime = { path = '../wasmtime', features = ['component-model'] }
wasmtime = { path = '../wasmtime', features = ['component-model'], package = "dusk-wasmtime" }
component-macro-test-helpers = { path = 'test-helpers' }
tracing = { workspace = true }

Expand Down
6 changes: 3 additions & 3 deletions crates/wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "wasmtime"
name = "dusk-wasmtime"
version.workspace = true
authors.workspace = true
description = "High-level API to expose the Wasmtime runtime"
documentation = "https://docs.rs/wasmtime"
documentation = "https://docs.rs/dusk-wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
repository = "https://github.com/dusk-network/wasmtime"
readme = "README.md"
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 24a2ae0

Please sign in to comment.