Skip to content

Commit c8a4aaa

Browse files
author
bitfl0wer
committed
Fix: No README or repository on crates.io
1 parent 233459e commit c8a4aaa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-pg-uint/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[package]
22
name = "sqlx-pg-uint"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
license = "MIT"
66
authors = ["bitfl0wer"]
77
description = "SQLx compatible types to convert between Rust unsigned integers and the PostgreSQL `NUMERIC`/`DECIMAL` type seamlessly."
8+
repository = "https://github.com/bitfl0wer/sqlx-pg-uint"
9+
readme = "../README.md"
810
rust-version = "1.74.1"
911

1012
[dependencies]

0 commit comments

Comments
 (0)