mirror of
https://github.com/openharmony/third_party_rust_pin-utils.git
synced 2026-07-01 21:44:22 -04:00
alpha.2 renamings
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ cargo-features = ["edition"]
|
||||
[package]
|
||||
name = "pin-utils"
|
||||
edition = "2018"
|
||||
version = "0.1.0-alpha.1"
|
||||
version = "0.1.0-alpha.2"
|
||||
authors = ["Josef Brandl <mail@josefbrandl.de>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
||||
@@ -13,7 +13,7 @@ First, add this to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
pin-utils = "0.1.0-alpha.1"
|
||||
pin-utils = "0.1.0-alpha.2"
|
||||
```
|
||||
|
||||
Now, you can use it:
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
#![deny(bare_trait_objects)]
|
||||
#![allow(unknown_lints)]
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/pin-utils/0.1.0-alpha.1")]
|
||||
#![doc(html_root_url = "https://docs.rs/pin-utils/0.1.0-alpha.2")]
|
||||
|
||||
#[doc(hidden)]
|
||||
pub mod core_reexport {
|
||||
|
||||
Reference in New Issue
Block a user