Skip to content

Commit

Permalink
Merge pull request #41 from artichoke/lopopolo/gen
Browse files Browse the repository at this point in the history
Regenerate generated content
  • Loading branch information
lopopolo authored Mar 2, 2024
2 parents 0541efa + bc550b0 commit 42842d4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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", "no-std", "no-std::no-alloc", "os::macos-apis"]
include = ["cext/**/*", "examples/**/*", "src/**/*", "tests/**/*", "LICENSE-*", "README.md", "sysdir.3.man"]
include = ["cext/**/*", "examples/**/*", "src/**/*", "tests/**/*", "LICENSE-*", "README.md", "sysdir.3"]

[dependencies]

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ task :manpage do
man_io.close_read
col_io.close_write

IO.copy_stream(col_io, 'sysdir.3.man')
IO.copy_stream(col_io, 'sysdir.3')
end
end
end
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ mod readme {}
/// man page for `sysdir(3)`.
///
/// ```text
#[doc = include_str!("../sysdir.3.man")]
#[doc = include_str!("../sysdir.3")]
/// ```
#[cfg(any(doc, doctest))]
pub mod man {}
Expand Down
2 changes: 1 addition & 1 deletion src/sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// project carrying such notice may not be copied, modified, or distributed
// except according to those terms.

/* automatically generated by rust-bindgen 0.65.1 */
/* automatically generated by rust-bindgen 0.69.4 */

pub const PATH_MAX: u32 = 1024;
#[repr(u32)]
Expand Down
File renamed without changes.

0 comments on commit 42842d4

Please sign in to comment.