aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2024-02-07 09:39:43 +0100
committerJeff Vander Stoep <jeffv@google.com>2024-02-07 09:39:43 +0100
commit73731e8a8d614cfd75d986cd6d381910a1d4c86e (patch)
treed7667e56dad353c0474e9874e1282b4a1d3124ec /Cargo.toml
parentda905c9e9aec1e93960423cae03e320f0ce02d3d (diff)
downloadunsafe-libyaml-73731e8a8d614cfd75d986cd6d381910a1d4c86e.tar.gz
Upgrade unsafe-libyaml to 0.2.10
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/unsafe-libyaml For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: Ie070d25787fda1157b54422773263f4a7228853e
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 31efefc..81e8a39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.56"
name = "unsafe-libyaml"
-version = "0.2.9"
+version = "0.2.10"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "libyaml transpiled to rust by c2rust"
documentation = "https://docs.rs/unsafe-libyaml"