File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ environment:
12
12
DENO_BUILD_PATH : $(APPVEYOR_BUILD_FOLDER)\target\release
13
13
DENO_THIRD_PARTY_PATH : $(APPVEYOR_BUILD_FOLDER)\third_party
14
14
RELEASE_ARTIFACT : deno_win_x64.zip
15
- RUST_VERSION : 1.35 .0
15
+ RUST_VERSION : 1.36 .0
16
16
RUST_DIR : $(USERPROFILE)\rust-$(RUST_VERSION)
17
17
CARGO_HOME : $(RUST_DIR)\cargo
18
18
RUSTUP_HOME : $(RUST_DIR)\rustup
Original file line number Diff line number Diff line change 5
5
depth : 1
6
6
env :
7
7
global :
8
- - RUST_VERSION=1.35 .0
8
+ - RUST_VERSION=1.36 .0
9
9
- CARGO_HOME=$TRAVIS_BUILD_DIR/third_party/rust_crates/
10
10
- RUSTUP_HOME=$HOME/.rustup/
11
11
- RUST_BACKTRACE=full
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ cd deno
174
174
To ensure reproducible builds, deno has most of its dependencies in a git
175
175
submodule. However, you need to install separately:
176
176
177
- 1 . [ Rust] ( https://www.rust-lang.org/en-US/install.html ) >= 1.34.1
177
+ 1 . [ Rust] ( https://www.rust-lang.org/en-US/install.html ) >= 1.36.0
178
178
2 . [ Node] ( https://nodejs.org/ )
179
179
3 . Python 2.
180
180
[ Not 3] ( https://github.com/denoland/deno/issues/464#issuecomment-411795578 ) .
@@ -961,7 +961,7 @@ $ rust-lldb -- ./target/debug/deno run --allow-net tests/http_bench.ts
961
961
# `ImportError: cannot import name _remove_dead_weakref`
962
962
# In that case, use system python by setting PATH, e.g.
963
963
# PATH=/System/Library/Frameworks/Python.framework/Versions/2.7/bin:$PATH
964
- (lldb) command script import " /Users/kevinqian/.rustup/toolchains/1.34.1 -x86_64-apple-darwin/lib/rustlib/etc/lldb_rust_formatters.py"
964
+ (lldb) command script import " /Users/kevinqian/.rustup/toolchains/1.36.0 -x86_64-apple-darwin/lib/rustlib/etc/lldb_rust_formatters.py"
965
965
(lldb) type summary add --no-value --python-function lldb_rust_formatters.print_val -x " .*" --category Rust
966
966
(lldb) type category enable Rust
967
967
(lldb) target create " ../deno/target/debug/deno"
You can’t perform that action at this time.
0 commit comments