Skip to content

Commit

Permalink
Merge pull request #11 from artichoke/lopopolo/no-std-crates.io-categ…
Browse files Browse the repository at this point in the history
…ory-metadata

Add no-std crates.io category metadata
  • Loading branch information
lopopolo authored Jun 2, 2023
2 parents bb6376a + 4367cc0 commit 9a1a63c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sysdir"
version = "1.2.1" # remember to set `html_root_url` in `src/lib.rs`.
version = "1.2.2" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <[email protected]>"]
license = "Apache-2.0 OR MIT"
edition = "2021"
Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/sysdir"
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"]
categories = ["api-bindings", "filesystem", "no-std", "no-std::no-alloc", "os::macos-apis"]
include = ["cext/**/*", "examples/**/*", "src/**/*", "tests/**/*", "LICENSE-*", "README.md", "sysdir.3.man"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
sysdir = "1.2.1"
sysdir = "1.2.2"
```

Then resolve well-known directories like this:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
//! ```
#![no_std]
#![doc(html_root_url = "https://docs.rs/sysdir/1.2.1")]
#![doc(html_root_url = "https://docs.rs/sysdir/1.2.2")]

// Ensure code blocks in `README.md` compile
#[cfg(all(
Expand Down

0 comments on commit 9a1a63c

Please sign in to comment.