Skip to content

Commit

Permalink
Bump version to 1.0.0, upgrade crossbeam version
Browse files Browse the repository at this point in the history
  • Loading branch information
Serge Barral committed Nov 18, 2017
1 parent a62f793 commit 13aea62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A convenient interface to the UIO kernel module for TI Programmab
keywords = ["pru", "pruss", "beaglebone", "embedded"]
readme = "README.md"
license = "MIT/Apache-2.0"
version = "0.1.0"
version = "1.0.0"
authors = ["Serge Barral <[email protected]>"]
repository = "https://github.com/sbarral/prusst"
homepage = "https://github.com/sbarral/prusst"
Expand All @@ -17,4 +17,4 @@ name = "prusst"
libc = "0.2"

[dev-dependencies]
crossbeam = "0.2"
crossbeam = "0.3"

0 comments on commit 13aea62

Please sign in to comment.