From 382f46b073a1c62cacfd882a8d96d16a263eb4b0 Mon Sep 17 00:00:00 2001 From: Njuguna Mureithi Date: Sat, 6 Jan 2024 04:02:37 +0300 Subject: [PATCH] fix: missing version --- edita/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edita/Cargo.toml b/edita/Cargo.toml index a5f7a15..4149539 100644 --- a/edita/Cargo.toml +++ b/edita/Cargo.toml @@ -36,6 +36,6 @@ js-sys = "0.3" wasm-bindgen = "0.2" serde = { version = "1", features = ["derive"] } serde_json = "1" -edita-core = { path = "../edita-core" } +edita-core = { path = "../edita-core", version = "0.1.0"} log = "0.4.6" wasm-logger = "0.2.0"