From 5227137cc0db30bcca2789fe96781b770554491a Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Sat, 13 May 2023 18:37:48 -0700 Subject: [PATCH] Ship examples to crates.io Prepare v1.2.1 release. --- Cargo.toml | 4 ++-- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f5665b9..e337fab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysdir" -version = "1.2.0" # remember to set `html_root_url` in `src/lib.rs`. +version = "1.2.1" # remember to set `html_root_url` in `src/lib.rs`. authors = ["Ryan Lopopolo "] license = "Apache-2.0 OR MIT" edition = "2021" @@ -12,7 +12,7 @@ homepage = "https://github.com/artichoke/sysdir-rs" description = "Rust bindings to sysdir(3) on macOS, iOS, tvOS, and watchOS" keywords = ["app_dirs", "apple", "known-folder", "path", "sysdir"] categories = ["api-bindings", "filesystem", "os::macos-apis"] -include = ["cext/**/*", "src/**/*", "tests/**/*", "LICENSE-*", "README.md", "sysdir.3.man"] +include = ["cext/**/*", "examples/**/*", "src/**/*", "tests/**/*", "LICENSE-*", "README.md", "sysdir.3.man"] [dependencies] diff --git a/README.md b/README.md index 8ea1b0a..ca87304 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -sysdir = "1.2.0" +sysdir = "1.2.1" ``` Then resolve well-known directories like this: diff --git a/src/lib.rs b/src/lib.rs index c9cdd85..5afa5e2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -92,7 +92,7 @@ //! ``` #![no_std] -#![doc(html_root_url = "https://docs.rs/sysdir/1.2.0")] +#![doc(html_root_url = "https://docs.rs/sysdir/1.2.1")] // Ensure code blocks in `README.md` compile #[cfg(all(