Skip to content

Commit cf9ccef

Browse files
authored
Merge pull request #38 from iwburns/fix-cargo-badges
fix cargo badges.
2 parents 8e3802b + fe8d13a commit cf9ccef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ categories = ["data-structures"]
1111
license = "MIT"
1212

1313
[badges]
14-
travis-ci = { repository = "https://github.com/iwburns/id-tree", branch = "master" }
15-
appveyor = { repository = "https://github.com/iwburns/id-tree", branch = "master", service = "github" }
14+
travis-ci = { repository = "iwburns/id-tree", branch = "master" }
15+
appveyor = { repository = "iwburns/id-tree", branch = "master", service = "github" }
1616

1717
[dependencies]
1818
snowflake = "1.2.0"

0 commit comments

Comments
 (0)