Skip to content

Commit

Permalink
fix version and delete lib/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Nov 20, 2023
1 parent d623ec7 commit e4c0835
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Expand Up @@ -11,5 +11,5 @@ homepage.workspace = true
categories.workspace = true

[dependencies]
nanopub = { path = "../lib" }
nanopub = { version = "0.0.0", path = "../lib" }
clap = { version = "4.4.8", features = ["derive"] }
2 changes: 1 addition & 1 deletion js/Cargo.toml
Expand Up @@ -15,10 +15,10 @@ categories.workspace = true
crate-type = ["cdylib"]

[dependencies]
nanopub = { version = "0.0.0", path = "../lib" }
wasm-bindgen = "0.2"
js-sys = "0.3"
console_error_panic_hook = "0.1"
nanopub = { path = "../lib" }

[dev-dependencies]
wasm-bindgen-test = "0.3"
16 changes: 0 additions & 16 deletions lib/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion python/Cargo.toml
Expand Up @@ -16,5 +16,5 @@ name = "nanopub_sign"
crate-type = ["cdylib"]

[dependencies]
nanopub = { path = "../lib" }
nanopub = { version = "0.0.0", path = "../lib" }
pyo3 = { version = "0.20", features = ["extension-module"] }

0 comments on commit e4c0835

Please sign in to comment.