Skip to content

Commit

Permalink
[rust-server] Update to error-chain 0.12 (#395)
Browse files Browse the repository at this point in the history
* Update to error-chain 0.12: 0.11 doesn't work with Rust 1.27.0 (new warnings)
* Revert commit 845df89
  • Loading branch information
bjgill authored and jmini committed Jun 25, 2018
1 parent 9e2fcda commit d3b1721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ uuid = {version = "0.5", optional = true, features = ["serde", "v4"]}

[dev-dependencies]
clap = "2.25"
error-chain = "0.11"
error-chain = "0.12"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@
<module>samples/client/petstore/typescript-angular-v4.3/npm</module>
<!--<module>samples/client/petstore/bash</module>-->
<module>samples/client/petstore/ruby</module>
<!--<module>samples/server/petstore/rust-server</module>-->
<module>samples/server/petstore/rust-server</module>
</modules>
</profile>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion samples/server/petstore/rust-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ serde-xml-rs = {git = "git://github.com/Metaswitch/serde-xml-rs.git" , branch =

[dev-dependencies]
clap = "2.25"
error-chain = "0.11"
error-chain = "0.12"

0 comments on commit d3b1721

Please # to comment.