Skip to content

Commit

Permalink
fix: missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
geofmureithi committed Jan 6, 2024
1 parent dfc0d79 commit 382f46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edita/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 382f46b

Please sign in to comment.