Skip to content

Commit 06e03d5

Browse files
committed
release: 0.1.1
1 parent a6a236a commit 06e03d5

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
[package]
22
name = "libversion-sys"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
links = "version"
66
build = "build.rs"
77
description = "FFI bindings to libversion, an advanced version string comparison library"
88
license = "MIT"
9+
repository = "https://github.com/DUpdateSystem/libversion-sys"
10+
homepage = "https://github.com/DUpdateSystem/libversion-sys"
11+
documentation = "https://docs.rs/libversion-sys"
12+
exclude = [".github/", ".gitignore", ".gitmodules"]
913

1014
[build-dependencies]
1115
cmake = "0.1"

0 commit comments

Comments
 (0)