From 334d6235c2f93bcbab01ac447acdd7f0f1043187 Mon Sep 17 00:00:00 2001 From: Andrei Kostylev Date: Wed, 11 Oct 2023 12:14:14 +0300 Subject: [PATCH] fix: use proper llvm version for build --- ton-grpc/Cargo.toml | 2 ++ tvm-grpc/Cargo.toml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ton-grpc/Cargo.toml b/ton-grpc/Cargo.toml index 97cb8945..dd431e5d 100644 --- a/ton-grpc/Cargo.toml +++ b/ton-grpc/Cargo.toml @@ -1,3 +1,5 @@ +# trigger build: rust 1.73 + [package] name = "ton-grpc" version = "0.2.0" diff --git a/tvm-grpc/Cargo.toml b/tvm-grpc/Cargo.toml index 916627be..8ddde2c0 100644 --- a/tvm-grpc/Cargo.toml +++ b/tvm-grpc/Cargo.toml @@ -1,3 +1,5 @@ +# trigger build: rust 1.73 + [package] name = "tvm-grpc" version = "0.3.4"