Browse Source

Merge pull request #2 from cardoe/master

depend: update to upstream bitflags release
Philipp Oppermann 9 years ago
parent
commit
1c660fc078
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -4,5 +4,5 @@ version = "0.1.0"
 authors = ["Philipp Oppermann <dev@phil-opp.com>"]
 
 [dependencies.bitflags]
-git = "https://github.com/phil-opp/bitflags.git"
-branch = "no_std"
+version = "0.4.0"
+features = ["no_std"]