Skip to content

Commit 07dc521

Browse files
committed
update version-sync
1 parent 51f1e0d commit 07dc521

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- update dependencies
1010
- remove the extern crate declaration in lib.rs
1111
- correct documentation
12+
- add `#[inline]` to a all public facing function
1213

1314
# v0.2.1
1415

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lattice_qcd_rs-procedural_macro = { path = "procedural_macro", version = "0.3.0"
4242

4343
[dev-dependencies]
4444
criterion = "0.5.1"
45-
version-sync = "0.9.4"
45+
version-sync = "0.9.5"
4646

4747

4848
[[bench]]

0 commit comments

Comments
 (0)