Skip to content

Commit

Permalink
chore: update version to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 26, 2023
1 parent 2a107cc commit 8067ab3
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 = "struct_db"
version = "0.3.8"
version = "0.3.9"
authors = ["Vincent Herlemont <[email protected]>"]
edition = "2018"
description = "Drop-in embedded database"
Expand All @@ -16,7 +16,7 @@ members = ["struct_db_macro"]

[dependencies]
redb = "1.0.1" # TODO make it optional when IndexDB is implemented
struct_db_macro = { version = "0.3.8", path = "struct_db_macro" }
struct_db_macro = { version = "0.3.9", path = "struct_db_macro" }
thiserror = "1.0"

# TODO: make it optional when custom serialization is implemented
Expand Down
2 changes: 1 addition & 1 deletion struct_db_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "struct_db_macro"
version = "0.3.8"
version = "0.3.9"
authors = ["Vincent Herlemont <[email protected]>"]
edition = "2018"
description = "A procedural macro for struct_db"
Expand Down

0 comments on commit 8067ab3

Please sign in to comment.