Skip to content

Commit 341b94a

Browse files
committed
v0.37.0
1 parent c7862a6 commit 341b94a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v0.37.0
2+
- (Routine Maintenance) Updated `rusqlite` from `0.36` to `0.37`.
3+
- This is a *breaking change,* requiring you to upgrade your `rusqlite` to match - trying to link against two different copies of `libsqlite3` will cause a compile fail.
4+
15
### v0.36.0
26
- (Routine Maintenance) Updated `rusqlite` from `0.35` to `0.36`.
37
- This is a *breaking change,* requiring you to upgrade your `rusqlite` to match - trying to link against two different copies of `libsqlite3` will cause a compile fail.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.36.0"
10+
version = "0.37.0"
1111
authors = ["Colonial"]
1212
edition = "2021"
1313
license = "MIT OR Apache-2.0"

exemplar/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ all-features = true
1515
rustdoc-args = ["--cfg", "docsrs"]
1616

1717
[dependencies]
18-
exemplar_proc_macro = "0.36.0"
19-
rusqlite = "0.36"
18+
exemplar_proc_macro = "0.37.0"
19+
rusqlite = "0.37"
2020

2121
[dev-dependencies]
2222
anyhow = "1.0.75"

0 commit comments

Comments
 (0)