Parcourir la source

Bump rayon to 0.9, release 0.1.1

Johannes Hofmann il y a 8 ans
Parent
révision
e1a6769673
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      Cargo.toml

+ 2
- 2
Cargo.toml Voir le fichier

@@ -1,6 +1,6 @@
1 1
 [package]
2 2
 name = "osmpbf"
3
-version = "0.1.0"
3
+version = "0.1.1"
4 4
 authors = ["Johannes Hofmann <mail@b-r-u.org>"]
5 5
 readme = "README.md"
6 6
 repository = "https://github.com/b-r-u/osmpbf"
@@ -23,4 +23,4 @@ flate2 = { version = "0.2", optional = true }
23 23
 inflate = "0.3"
24 24
 error-chain = "0.11"
25 25
 memmap = "0.6"
26
-rayon = "0.8.2"
26
+rayon = "0.9"