Skip to content

Commit 93ad437

Browse files
committed
update sqlite-loadable-macros
1 parent b50cf77 commit 93ad437

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"
1111

1212
[dependencies]
1313
sqlite3ext-sys = {version="0.0.1", path="./sqlite3ext-sys"}
14-
sqlite-loadable-macros={version="0.0.2", path="./sqlite-loadable-macros"}
14+
sqlite-loadable-macros={version="0.0.3", path="./sqlite-loadable-macros"}
1515
serde = {version="1.0.147", features = ["derive"]}
1616
serde_json = "1.0.87"
1717
bitflags = "1.3.2"

sqlite-loadable-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlite-loadable-macros"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
authors = ["Alex Garcia <alexsebastian.garcia@gmail.com>"]
66
description = "macros for the sqlite-loadable crate"

0 commit comments

Comments
 (0)