Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c214f2

Browse files
committed
Release v0.13.0
1 parente03eec0 commit2c214f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name ="r2d2_postgres"
3-
version ="0.12.0"
3+
version ="0.13.0"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
license ="MIT"
66
description ="Postgres support for the r2d2 connection pool"
77
repository ="https://github.com/sfackler/r2d2-postgres"
8-
documentation ="https://docs.rs/r2d2_postgres/0.12.0/r2d2_postgres"
8+
documentation ="https://docs.rs/r2d2_postgres/0.13.0/r2d2_postgres"
99
keywords = ["postgres","sql","pool","database"]
1010

1111
[lib]

‎src/lib.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Postgres support for the `r2d2` connection pool.
2-
#![doc(html_root_url="https://docs.rs/r2d2_postgres/0.12.0")]
2+
#![doc(html_root_url="https://docs.rs/r2d2_postgres/0.13.0")]
33
#![warn(missing_docs)]
44
pubexterncrate r2d2;
55
pubexterncrate postgres;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp