Skip to content

Commit

Permalink
update sqlite-loadable-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Aug 19, 2023
1 parent b50cf77 commit 93ad437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"

[dependencies]
sqlite3ext-sys = {version="0.0.1", path="./sqlite3ext-sys"}
sqlite-loadable-macros={version="0.0.2", path="./sqlite-loadable-macros"}
sqlite-loadable-macros={version="0.0.3", path="./sqlite-loadable-macros"}
serde = {version="1.0.147", features = ["derive"]}
serde_json = "1.0.87"
bitflags = "1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion sqlite-loadable-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqlite-loadable-macros"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
authors = ["Alex Garcia <alexsebastian.garcia@gmail.com>"]
description = "macros for the sqlite-loadable crate"
Expand Down

0 comments on commit 93ad437

Please sign in to comment.