Skip to content

Commit

Permalink
sqlx-jiff to jiff-sqlx
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Oct 11, 2024
1 parent bd6bdcd commit de9e83b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ members = [
"jiff-cli",
"jiff-tzdb",
"jiff-tzdb-platform",
"sqlx-jiff",
"jiff-sqlx",
"examples/*",
]

Expand Down
6 changes: 3 additions & 3 deletions sqlx-jiff/Cargo.toml → jiff-sqlx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "sqlx-jiff"
name = "jiff-sqlx"
version = "0.1.0"
license = "Unlicense OR MIT"
homepage = "https://github.com/BurntSushi/jiff/tree/master/sqlx-jiff"
homepage = "https://github.com/BurntSushi/jiff/tree/master/jiff-sqlx"
repository = "https://github.com/BurntSushi/jiff"
documentation = "https://docs.rs/sqlx-jiff"
documentation = "https://docs.rs/jiff-sqlx"
description = "Integration to use jiff structs for datetime types in sqlx."
categories = ["date-and-time"]
keywords = ["date", "time", "temporal", "zone", "iana"]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit de9e83b

Please sign in to comment.