Skip to content

Commit

Permalink
Merge pull request #9 from wireapp/fixdeps
Browse files Browse the repository at this point in the history
Bump libsodium version
  • Loading branch information
raphaelrobert authored Jun 13, 2019
2 parents ec45a50 + 41b34af commit 5516801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ language: rust
rust: nightly

before_script:
- wget "https://github.com/jedisct1/libsodium/releases/download/1.0.6/libsodium-1.0.6.tar.gz"
- tar -xzvf libsodium-1.0.6.tar.gz
- cd libsodium-1.0.6 && ./configure --prefix=/usr && make && sudo make install
- wget "https://github.com/jedisct1/libsodium/releases/download/1.0.16/libsodium-1.0.16.tar.gz"
- tar -xzvf libsodium-1.0.16.tar.gz
- cd libsodium-1.0.16 && ./configure --prefix=/usr && make && sudo make install
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ license = "GPL-3.0"
[dependencies]
byteorder = ">= 0.5.1"
cbor-codec = ">= 0.7.0"
proteus = { git = "https://github.com/wireapp/proteus", branch = "develop" }
proteus = { git = "https://github.com/wireapp/proteus", tag = "v1.0.1" }

0 comments on commit 5516801

Please sign in to comment.