summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-06-21 17:50:34 -0400
committerJames E. King III <jking@apache.org>2019-07-07 12:16:52 -0400
commit93ff9b00531682ece08a1a43883e55fd2aa83a15 (patch)
tree69e0f337bd2fd92e0890eb20af44654f9a829c1e /tutorial
parent1a2dee60b4384de2f6190caa85cf3e2a497c31b9 (diff)
downloadthrift-93ff9b00531682ece08a1a43883e55fd2aa83a15.tar.gz
Update language levels, fix erlang and rust in CI
- Include rebar3 in docker image so erlang builds in CI - Include the correct path in docker image so rust builds in CI - Updated common lisp (sbcl) to 1.5.3 in docker image - Updated dlang to 2.087.0 in docker image - Updated dart to 2.0.0 in xenial docker image - Updated dart to 2.4.0 in bionic docker image - Updated erlang to 22.0 in docker image - Updated openjdk to 11.0.3 in docker image - Updated node.js to 10.16 in docker image - Updated rust to 1.34.0 in xenial docker image - Updated rust to 1.35.0 in bionic docker image THRIFT-4905: Disable hanging experimental dlang async ssl test
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/rs/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tutorial/rs/Cargo.toml b/tutorial/rs/Cargo.toml
index 210a0daf9..60f02d73c 100644
--- a/tutorial/rs/Cargo.toml
+++ b/tutorial/rs/Cargo.toml
@@ -7,9 +7,9 @@ exclude = ["Makefile*", "shared.rs", "tutorial.rs"]
publish = false
[dependencies]
-clap = "<2.28.0"
-ordered-float = "0.3.0"
-try_from = "0.2.0"
+clap = "2.33"
+ordered-float = "1.0"
+try_from = "0.3"
[dependencies.thrift]
path = "../../lib/rs"