Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hardliner66 committed Dec 29, 2023
1 parent de4f247 commit 6d79910
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.17.0"
version = "0.17.1"
edition = "2021"
license-file = "LICENSE"
description = "A service and data description format + a code generator based on rhai scripts and templates"
Expand All @@ -16,7 +16,7 @@ name = "ssd"
path = "src/main.rs"

[dependencies]
ssd-data = { version = "0.17.0", path = "ssd-data", features = [
ssd-data = { version = "0.17.1", path = "ssd-data", features = [
"_access_functions",
] }
anyhow = "1.0.70"
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.17.0"
version = "0.17.1"
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 6d79910

Please sign in to comment.