From aa530731e263420ebfe274ee76fc44440489ef0e Mon Sep 17 00:00:00 2001 From: Kamil Jozwiak Date: Wed, 28 Oct 2020 01:50:17 -0400 Subject: [PATCH] Merge pull request #6970 from brave/fix_rust_deps_1.16.x Fix #12347: Updating RUST_DEPS_PACKAGE_VERSION to 0.1.5 (Uplift to 1.16.x) --- script/rust_deps_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/rust_deps_config.py b/script/rust_deps_config.py index 33fbc1f4ab53..27910d17b4d8 100755 --- a/script/rust_deps_config.py +++ b/script/rust_deps_config.py @@ -6,4 +6,4 @@ # Version number and URL for pre-configured rust dependency package # e.g. rust_deps_mac_0.1.0.gz RUST_DEPS_PACKAGES_URL = "https://rust-pkg-brave-core.s3.brave.com" -RUST_DEPS_PACKAGE_VERSION = "0.1.4" +RUST_DEPS_PACKAGE_VERSION = "0.1.5"