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

Commitd24167e

Browse files
committed
Bump postgres_money to v0.2
1 parentaa7709d commitd24167e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

‎postgres-types/Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ with-bit-vec-0_6 = ["bit-vec-06"]
1616
with-chrono-0_4 = ["chrono-04"]
1717
with-eui48-0_4 = ["eui48-04"]
1818
with-geo-types-0_4 = ["geo-types-04"]
19-
with-money-0_1 = ["money-01"]
19+
with-money-0_2 = ["money-02"]
2020
with-serde_json-1 = ["serde-1","serde_json-1"]
2121
with-uuid-0_8 = ["uuid-08"]
2222
with-time-0_2 = ["time-02"]
@@ -31,7 +31,7 @@ bit-vec-06 = { version = "0.6", package = "bit-vec", optional = true }
3131
chrono-04 = {version ="0.4",package ="chrono",optional =true }
3232
eui48-04 = {version ="0.4",package ="eui48",optional =true }
3333
geo-types-04 = {version ="0.4",package ="geo-types",optional =true }
34-
money-01 = {version ="0.2",package ="postgres_money",optional =true }
34+
money-02 = {version ="0.2",package ="postgres_money",optional =true }
3535
serde-1 = {version ="1.0",package ="serde",optional =true }
3636
serde_json-1 = {version ="1.0",package ="serde_json",optional =true }
3737
uuid-08 = {version ="0.8",package ="uuid",optional =true }

‎postgres-types/src/lib.rs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ mod chrono_04;
196196
mod eui48_04;
197197
#[cfg(feature ="with-geo-types-0_4")]
198198
mod geo_types_04;
199-
#[cfg(feature ="with-money-0_1")]
200-
modmoney_01;
199+
#[cfg(feature ="with-money-0_2")]
200+
modmoney_02;
201201
#[cfg(feature ="with-serde_json-1")]
202202
mod serde_json_1;
203203
#[cfg(feature ="with-time-0_2")]

‎postgres-types/src/money_01.rs‎renamed to ‎postgres-types/src/money_02.rs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use bytes::BytesMut;
2-
usestd::error::Error;
2+
usemoney_02::Money;
33
use postgres_protocol::types;
4-
usemoney_01::Money;
4+
usestd::error::Error;
55

66
usecrate::{FromSql,IsNull,ToSql,Type};
77

‎tokio-postgres/Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ with-bit-vec-0_6 = ["postgres-types/with-bit-vec-0_6"]
3131
with-chrono-0_4 = ["postgres-types/with-chrono-0_4"]
3232
with-eui48-0_4 = ["postgres-types/with-eui48-0_4"]
3333
with-geo-types-0_4 = ["postgres-types/with-geo-types-0_4"]
34-
with-money-0_1 = ["postgres-types/with-money-0_1"]
34+
with-money-0_2 = ["postgres-types/with-money-0_2"]
3535
with-serde_json-1 = ["postgres-types/with-serde_json-1"]
3636
with-uuid-0_8 = ["postgres-types/with-uuid-0_8"]
3737
with-time-0_2 = ["postgres-types/with-time-0_2"]
@@ -61,7 +61,7 @@ bit-vec-06 = { version = "0.6", package = "bit-vec" }
6161
chrono-04 = {version ="0.4",package ="chrono" }
6262
eui48-04 = {version ="0.4",package ="eui48" }
6363
geo-types-04 = {version ="0.4",package ="geo-types" }
64-
money-01 = {version ="0.2",package ="postgres_money" }
64+
money-02 = {version ="0.2",package ="postgres_money" }
6565
serde-1 = {version ="1.0",package ="serde" }
6666
serde_json-1 = {version ="1.0",package ="serde_json" }
6767
uuid-08 = {version ="0.8",package ="uuid" }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp