From 45b14ef5c55e5b1956c590f4cfddacbccfc7bf8a Mon Sep 17 00:00:00 2001 From: nagachika Date: Sun, 16 Jul 2023 23:30:43 +0900 Subject: merge revision(s) 7c9ce38cdb781958c52a89b910ee83d5fea99048: Remove duplicated Rust installation --- .cirrus.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) --- .cirrus.yml | 4 ---- version.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 674bf09224..86317818c4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -90,10 +90,6 @@ yjit_task: matrix: - CC: gcc-11 configure: --enable-yjit - install_rust_script: - - sudo apt-get update -y - - sudo apt-get install -y curl - - "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y $rustup_init" << : *CONFIG_TEMPLATE make_miniruby_script: make miniruby make_bindgen_script: | diff --git a/version.h b/version.h index e3f69c61b8..d6ab89be3b 100644 --- a/version.h +++ b/version.h @@ -11,7 +11,7 @@ # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR #define RUBY_VERSION_TEENY 2 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR -#define RUBY_PATCHLEVEL 77 +#define RUBY_PATCHLEVEL 78 #include "ruby/version.h" #include "ruby/internal/abi.h" -- cgit v1.2.3