aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-18 06:21:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-18 06:21:58 +0000
commit72657e0171c5795e61ec00c617603e3d59fd327d (patch)
tree9bd1080762f371a519f8e55280bdc6cf90a401a3
parenta1546e82d53382439896249ab4f3f297dfba6077 (diff)
parent4864b0de6eb4f9af9f8e96388c976e3ed4222d5c (diff)
downloadintrusive-collections-72657e0171c5795e61ec00c617603e3d59fd327d.tar.gz
Snap for 9626528 from 4864b0de6eb4f9af9f8e96388c976e3ed4222d5c to udc-release
Change-Id: Ifae95d88ece409e1c682ff0ec6c7641ccacf884a
-rw-r--r--.cargo_vcs_info.json2
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--Android.bp2
-rw-r--r--Cargo.toml4
-rw-r--r--Cargo.toml.orig4
-rw-r--r--METADATA10
6 files changed, 12 insertions, 12 deletions
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index bc4673c..b0613bc 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,6 +1,6 @@
{
"git": {
- "sha1": "4a4e84da9bc2036abff041d521eb67589128119f"
+ "sha1": "5b1d6a12c6eef1c94a94e5493cfb730edeee2ca2"
},
"path_in_vcs": ""
} \ No newline at end of file
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 10c7d3a..420045e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- rust: [1.39.0, stable, beta, nightly]
+ rust: [1.56.1, stable, beta, nightly]
steps:
- name: Checkout
uses: actions/checkout@v2
diff --git a/Android.bp b/Android.bp
index 66915a7..012d81e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,7 +45,7 @@ rust_library {
host_supported: true,
crate_name: "intrusive_collections",
cargo_env_compat: true,
- cargo_pkg_version: "0.9.4",
+ cargo_pkg_version: "0.9.5",
srcs: ["src/lib.rs"],
edition: "2018",
features: [
diff --git a/Cargo.toml b/Cargo.toml
index 06da551..bec77d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "intrusive-collections"
-version = "0.9.4"
+version = "0.9.5"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Intrusive collections for Rust (linked list and red-black tree)"
documentation = "https://docs.rs/intrusive-collections"
@@ -31,7 +31,7 @@ license = "Apache-2.0/MIT"
repository = "https://github.com/Amanieu/intrusive-rs"
[dependencies.memoffset]
-version = "0.5.4"
+version = "0.8"
[dev-dependencies.rand]
version = "0.8.4"
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 8e6dede..5bd16b0 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "intrusive-collections"
-version = "0.9.4"
+version = "0.9.5"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Intrusive collections for Rust (linked list and red-black tree)"
documentation = "https://docs.rs/intrusive-collections"
@@ -17,7 +17,7 @@ alloc = []
default = ["alloc"]
[dependencies]
-memoffset = "0.5.4"
+memoffset = "0.8"
[dev-dependencies]
rand = "0.8.4"
diff --git a/METADATA b/METADATA
index c7229d6..26d3f5e 100644
--- a/METADATA
+++ b/METADATA
@@ -11,13 +11,13 @@ third_party {
}
url {
type: ARCHIVE
- value: "https://static.crates.io/crates/intrusive-collections/intrusive-collections-0.9.4.crate"
+ value: "https://static.crates.io/crates/intrusive-collections/intrusive-collections-0.9.5.crate"
}
- version: "0.9.4"
+ version: "0.9.5"
license_type: NOTICE
last_upgrade_date {
- year: 2022
- month: 12
- day: 12
+ year: 2023
+ month: 2
+ day: 16
}
}