Browse Source

Merge pull request #2 from cardoe/master

depend: update to upstream bitflags release
Philipp Oppermann 9 năm trước cách đây
mục cha
commit
1c660fc078
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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"]