Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Feb 7, 2024
1 parent b090084 commit 34bda78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.16.4"
version = "0.16.5-rc.1"
authors = ["Nordine Bittich"]
description = "namespaces aliases for command lines & basic scripting language"
homepage = "https://github.com/nbittich/adana"
Expand Down Expand Up @@ -49,10 +49,10 @@ serde-wasm-bindgen = "0.6.3"
wee_alloc = "0.4.5"
wasm-bindgen-test = "0.3.41"
# workspace specific libs
adana-script-core = { version = "0.16.4", path = "./adana-script-core" }
adana-script = { version = "0.16.4", path = "./adana-script" }
adana-db = { version = "0.16.4", path = "./adana-db" }
adana-cache-command = { version = "0.16.4", path = "./adana-cache-command" }
adana-script-core = { version = "0.16.5-rc.1", path = "./adana-script-core" }
adana-script = { version = "0.16.5-rc.1", path = "./adana-script" }
adana-db = { version = "0.16.5-rc.1", path = "./adana-db" }
adana-cache-command = { version = "0.16.5-rc.1", path = "./adana-cache-command" }

# Config for 'cargo dist'
[workspace.metadata.dist]
Expand Down

0 comments on commit 34bda78

Please sign in to comment.