Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed Jul 31, 2024
1 parent 539c4ca commit 9d50cad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "two_percent"
version = "0.11.15"
version = "0.11.16"
authors = [
"Zhang Jinzhou <[email protected]>",
"Robert Swinford <robert.swinford <...at...> gmail.com>",
Expand Down Expand Up @@ -45,7 +45,7 @@ bitflags = { version = "2.6.0", default-features = false }
crossbeam-channel = { version = "0.5.13", default-features = false, features = [
"std",
] }
which = { version = "6.0.1", default-features = false }
which = { version = "6.0.2", default-features = false }
libc = { version = "0.2.155", default-features = false }

[features]
Expand Down
6 changes: 3 additions & 3 deletions sk.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH SK "1" "July 2024" "sk 0.11.15" "User Commands"
.TH SK "1" "July 2024" "sk 0.11.16" "User Commands"
.SH NAME
sk \- manual page for sk 0.11.15
sk \- manual page for sk 0.11.16
.SH DESCRIPTION
sk 0.11.15
sk 0.11.16
Jinzhou Zhang<[email protected]>
.SS "USAGE:"
.IP
Expand Down
10 changes: 5 additions & 5 deletions third_party/LICENSES_THIRD_PARTY.html
Original file line number Diff line number Diff line change
Expand Up @@ -898,8 +898,8 @@ <h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/rust-cli/anstyle.git ">anstream 0.6.12</a></li>
<li><a href=" https://github.com/rust-cli/anstyle.git ">anstyle 1.0.6</a></li>
<li><a href=" https://github.com/rust-cli/anstyle ">anstyle-query 1.0.2</a></li>
<li><a href=" https://github.com/rust-cli/anstyle.git ">anstyle 1.0.6</a></li>
<li><a href=" https://github.com/rust-cli/anstyle ">colorchoice 1.0.0</a></li>
<li><a href=" https://github.com/colin-kiegel/rust-derive-builder ">derive_builder 0.20.0</a></li>
<li><a href=" https://github.com/colin-kiegel/rust-derive-builder ">derive_builder_core 0.20.0</a></li>
Expand Down Expand Up @@ -1508,11 +1508,11 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/rust-lang/log ">log 0.4.22</a></li>
<li><a href=" https://github.com/seanmonstar/num_cpus ">num_cpus 1.16.0</a></li>
<li><a href=" https://github.com/matklad/once_cell ">once_cell 1.19.0</a></li>
<li><a href=" https://github.com/rayon-rs/rayon ">rayon 1.10.0</a></li>
<li><a href=" https://github.com/rayon-rs/rayon ">rayon-core 1.12.1</a></li>
<li><a href=" https://github.com/rust-lang/regex ">regex 1.10.4</a></li>
<li><a href=" https://github.com/rayon-rs/rayon ">rayon 1.10.0</a></li>
<li><a href=" https://github.com/rust-lang/regex/tree/master/regex-automata ">regex-automata 0.4.6</a></li>
<li><a href=" https://github.com/rust-lang/regex/tree/master/regex-syntax ">regex-syntax 0.8.2</a></li>
<li><a href=" https://github.com/rust-lang/regex ">regex 1.10.4</a></li>
<li><a href=" https://github.com/bytecodealliance/rustix ">rustix 0.38.31</a></li>
<li><a href=" https://github.com/bluss/scopeguard ">scopeguard 1.1.0</a></li>
<li><a href=" https://github.com/Stebalien/term ">term 0.7.0</a></li>
Expand Down Expand Up @@ -2079,7 +2079,7 @@ <h4>Used by:</h4>
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/harryfei/which-rs.git ">which 6.0.1</a></li>
<li><a href=" https://github.com/harryfei/which-rs.git ">which 6.0.2</a></li>
</ul>
<pre class="license-text">Copyright (c) 2015 fangyuanziti

Expand Down Expand Up @@ -2340,7 +2340,7 @@ <h4>Used by:</h4>
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/kimono-koans/two_percent ">two_percent 0.11.15</a></li>
<li><a href=" https://github.com/kimono-koans/two_percent ">two_percent 0.11.16</a></li>
</ul>
<pre class="license-text">The MIT License (MIT)

Expand Down

0 comments on commit 9d50cad

Please sign in to comment.