Skip to content

Commit

Permalink
Complete upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nag763 committed Jul 26, 2022
1 parent f8e91fc commit 1c7bd3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doteur_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = [
]

[dependencies]
doteur_core = { path = "../doteur_core", default-features = false, version="0.5.2" }
doteur_core = { path = "../doteur_core", default-features = false, version="0.5.3" }
cfg-if = "1.0.0"
which = "4.2.5"
clap = { version = "3.2.15", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion doteur_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ readme = "README.md"
crate-type = ["cdylib"]

[dependencies]
doteur_core = { path = "../doteur_core", default-features = false, version="0.5.2" }
doteur_core = { path = "../doteur_core", default-features = false, version="0.5.3" }
wasm-bindgen = "0.2.82"
wasm-logger = "0.2.0"

0 comments on commit 1c7bd3e

Please sign in to comment.