Skip to content

Commit 23bf3e1

Browse files
committed
v0.35.0
1 parent 85866aa commit 23bf3e1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
### v0.35.0
2+
- (Routine Maintenance) Updated `rusqlite` from `0.34` to `0.35`.
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.34.0
26
- (Routine Maintenance) Updated `rusqlite` from `0.33` to `0.34`.
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.
4-
- Fixed issue with macros failing if Rusqlite is not linked to the current crate.
8+
- ~~Fixed issue with macros failing if Rusqlite is not linked to the current crate.~~
59
- Replaced unmaintained dependency `proc_macro_error`.
610

711

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.34.0"
10+
version = "0.35.0"
1111
authors = ["Colonial"]
1212
edition = "2021"
1313
license = "MIT OR Apache-2.0"

exemplar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ all-features = true
1515
rustdoc-args = ["--cfg", "docsrs"]
1616

1717
[dependencies]
18-
exemplar_proc_macro = { path = "../exemplar_proc_macro" }
18+
exemplar_proc_macro = "0.35.0"
1919
rusqlite = "0.35"
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)