Skip to content

Commit

Permalink
build!(rustracer): bump crate from 1.0.1 to 1.0.2
Browse files Browse the repository at this point in the history
prepare for 1.0.2 patch release,
release cause multiple deps have been upgraded since last release

**breaking_change**
cause now ubuntu-latest runner is ubuntu 22.04 lts aka jammy
see actions/runner-images#6399
so `rustracer-unknown-linux-gnu` requires at least `glibc>=2.35`
  • Loading branch information
andros21 committed Jan 16, 2023
1 parent 808a96c commit 6f36751
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rustracer"
license = "GPL-3.0"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
rust-version = "1.66"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion TEMPLATE.md
Expand Up @@ -44,7 +44,7 @@
* `x86_64-unknown-linux-gnu` <a href="#note1"><sup>(1)</sup></a>
* `x86_64-unknown-linux-musl`

<p id="note1"><sub><strong><sup>(1)</sup> note:</strong> glibc version >= 2.27</sub></p>
<p id="note1"><sub><strong><sup>(1)</sup> note:</strong> glibc version >= 2.35</sub></p>

### Build requirements

Expand Down

0 comments on commit 6f36751

Please sign in to comment.