Skip to content

Commit 22b77d7

Browse files
authored
Merge pull request #23 from ohadravid/bump-versions
Bump bindgen and CI Rust version
2 parents 425e660 + 319175a commit 22b77d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions-rs/toolchain@v1
2424
with:
2525
profile: minimal
26-
toolchain: "1.82.0"
26+
toolchain: "1.87.0"
2727
default: true
2828

2929
- run: cargo test
@@ -42,7 +42,7 @@ jobs:
4242
if: matrix.os == 'macos-latest'
4343

4444
- name: setup zig for cargo-zigbuild (on macOS)
45-
uses: mlugg/setup-zig@v1
45+
uses: mlugg/setup-zig@v2
4646
if: matrix.os == 'macos-latest'
4747

4848
- name: run cargo-zigbuild for Linux (on macOS)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "netstat2"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = ["Ohad Ravid <ohad.rv@gmail.com>", "ivxvm <ivxvm@protonmail.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -25,7 +25,7 @@ name = "get_sockets_info_benchmark"
2525
harness = false
2626

2727
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "linux", target_os = "android"))'.build-dependencies]
28-
bindgen = "0.71"
28+
bindgen = "0.72"
2929

3030
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
3131
num-derive = "0.3"

0 commit comments

Comments
 (0)