A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/protocolbuffers/protobuf/commit/01b42bbd549c8f30ef9a27cd4964a7ae2632955a below:

Cherry-pick Rust fix to 31.x (#21617) · protocolbuffers/protobuf@01b42bb · GitHub

File tree Expand file treeCollapse file tree 5 files changed

+8

-6

lines changed

Filter options

Expand file treeCollapse file tree 5 files changed

+8

-6

lines changed Original file line number Diff line number Diff line change

@@ -30,7 +30,7 @@ jobs:

30 30 31 31

# Override cases with custom images

32 32

- config: { name: Cargo }

33 -

image: "us-docker.pkg.dev/protobuf-build/containers/release/linux/rust:8.0.1-1.74.0-b77fdae6d4771789dfc66a56bf8d806354e8011a"

33 +

image: "us-docker.pkg.dev/protobuf-build/containers/release/linux/rust:8.0.1-1.79.0-d271543f317955b5732ce19b2be672a195e96508"

34 34

bazel_cmd: "run"

35 35

targets: "//rust/release_crates:cargo_test"

36 36 Original file line number Diff line number Diff line change

@@ -11,7 +11,7 @@ version = "{VERSION}"

11 11

edition = "2021" # The Rust edition (not to be confused with Protobuf Edition).

12 12

links = "upb"

13 13

license = "BSD-3-Clause"

14 -

rust-version = "1.74"

14 +

rust-version = "1.79"

15 15

description = "Protocol Buffers - Google's data interchange format"

16 16 17 17

[lib]

Original file line number Diff line number Diff line change

@@ -19,7 +19,9 @@ fn main() {

19 19

.file("libupb/third_party/utf8_range/utf8_range.c")

20 20

.define("UPB_BUILD_API", Some("1"))

21 21

.compile("libupb");

22 -

let path = std::path::Path::new("libupb");

23 -

println!("cargo:include={}", path.canonicalize().unwrap().display());

22 + 23 +

let path = std::path::absolute("libupb").expect("Failed to get full path to libupb");

24 + 25 +

println!("cargo:include={}", path.display());

24 26

println!("cargo:version={}", VERSION);

25 27

}

Original file line number Diff line number Diff line change

@@ -5,7 +5,7 @@ readme = "README.md"

5 5

version = "{VERSION}"

6 6

description = "Code generator for Rust Protocol Buffers bindings"

7 7

license = "BSD-3-Clause"

8 -

rust-version = "1.74"

8 +

rust-version = "1.79"

9 9 10 10 11 11

[dependencies]

Original file line number Diff line number Diff line change

@@ -10,7 +10,7 @@ name = "protobuf-macros"

10 10

version = "{VERSION}"

11 11

edition = "2021" # The Rust edition (not to be confused with Protobuf Edition).

12 12

license = "BSD-3-Clause"

13 -

rust-version = "1.74"

13 +

rust-version = "1.79"

14 14

description = "Protobuf proc macro implementation (internal)"

15 15 16 16

[lib]

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4