Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hardliner66 committed Dec 22, 2023
1 parent 4a84b66 commit 68b716b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssd"
version = "0.14.5"
version = "0.14.6"
edition = "2021"
license-file = "LICENSE"
description = "A service and data description format + a code generator based on rhai scripts and templates"
Expand All @@ -13,7 +13,7 @@ name = "ssd"
path = "src/main.rs"

[dependencies]
ssd-data = { version = "0.14.5", path = "ssd-data", features = ["_access_functions"] }
ssd-data = { version = "0.14.6", path = "ssd-data", features = ["_access_functions"] }
anyhow = "1.0.70"
derive_more = "0.99.17"
getset = "0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion ssd-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssd-data"
version = "0.14.5"
version = "0.14.6"
edition = "2021"
license-file = "../LICENSE"
description = "A service and data description format + a code generator based on rhai scripts and templates"
Expand Down

0 comments on commit 68b716b

Please sign in to comment.