From f92be0fc905b13825bf5696f1e8c5bc773372634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Mon, 23 Oct 2023 17:17:27 +0200 Subject: [PATCH] Rename `wasmtime` to `dusk-wasmtime` --- crates/wasmtime/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/wasmtime/Cargo.toml b/crates/wasmtime/Cargo.toml index 08d7efda9ed7..90ea7341ef4b 100644 --- a/crates/wasmtime/Cargo.toml +++ b/crates/wasmtime/Cargo.toml @@ -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