Skip to content

Commit 1373a57

Browse files
committed
Switch badge to circle
1 parent 89f2770 commit 1373a57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ features = [
2626
]
2727

2828
[badges]
29-
travis-ci = { repository = "sfackler/rust-postgres" }
29+
circle-ci = { repository = "sfackler/rust-postgres" }
3030

3131
[lib]
3232
name = "postgres"

tokio-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ features = [
2424
]
2525

2626
[badges]
27-
travis-ci = { repository = "sfackler/rust-postgres" }
27+
circle-ci = { repository = "sfackler/rust-postgres" }
2828

2929
[features]
3030
with-bit-vec = ["postgres-shared/with-bit-vec"]

0 commit comments

Comments
 (0)