Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbuilds committed Aug 4, 2024
1 parent 62cc083 commit 97970c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ormlite-attr"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
description = "See `ormlite`."
authors = ["Kurt Wolf <[email protected]>"]
Expand All @@ -26,4 +26,4 @@ sqlmo = "0.16"
tracing = "0.1"

[dev-dependencies]
syn = { version = "2.0.43", features = ["full", "extra-traits"] }
syn = { version = "2.0.43", features = ["full", "extra-traits"] }

0 comments on commit 97970c1

Please sign in to comment.