Skip to content

Commit 1df5479

Browse files
committed
bump to 2021 edition
which of course requires an MSRV of 1.56.
1 parent 36f10c0 commit 1df5479

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
skip-glib-test: false
4141
# Minimal MSRV test - this disables the glib stuff which requires a much newer version
4242
- os: ubuntu-20.04
43-
rustc: 1.46.0
43+
rustc: 1.56.0
4444
experimental: false
4545
skip-glib-test: true
4646

pulse-binding-mainloop-glib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
edition = "2018"
2+
edition = "2021"
33
name = "libpulse-glib-binding"
44
version = "2.25.1"
55
authors = ["Lyndon Brown <[email protected]>"]

pulse-binding-simple/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
edition = "2018"
2+
edition = "2021"
33
name = "libpulse-simple-binding"
44
version = "2.25.0"
55
authors = ["Lyndon Brown <[email protected]>"]
@@ -10,7 +10,7 @@ keywords = ["binding", "pulseaudio", "audio"]
1010
homepage = "https://github.com/jnqnfe/pulse-binding-rust"
1111
repository = "https://github.com/jnqnfe/pulse-binding-rust"
1212
exclude = ["README.md"]
13-
rust-version = "1.46"
13+
rust-version = "1.56"
1414

1515
[dependencies]
1616
libpulse-binding = { path = "../pulse-binding", version = "2.24", default-features = false }

pulse-binding-simple/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libpulse-simple-binding
44
[<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/jnqnfe/pulse-binding-rust/Build%20&%20Test/master?style=for-the-badge" height="24">](https://github.com/jnqnfe/pulse-binding-rust/actions)
55
[<img alt="crates.io" src="https://img.shields.io/crates/v/libpulse-simple-binding?style=for-the-badge" height="24">](https://crates.io/crates/libpulse-simple-binding)
66
[<img alt="docs.rs" src="https://img.shields.io/crates/v/libpulse-simple-binding?color=5479ab&label=docs.rs&style=for-the-badge" height="24">](https://docs.rs/libpulse-simple-binding)
7-
[<img alt="min-rust-version" src="https://img.shields.io/static/v1?label=RUST&message=1.46%2B&color=informational&style=for-the-badge" height="24">](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
7+
[<img alt="min-rust-version" src="https://img.shields.io/static/v1?label=RUST&message=1.56%2B&color=informational&style=for-the-badge" height="24">](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
88

99
A Rust language binding for the PulseAudio libpulse-simple library.
1010

pulse-binding/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
edition = "2018"
2+
edition = "2021"
33
name = "libpulse-binding"
44
version = "2.26.0"
55
authors = ["Lyndon Brown <[email protected]>"]
@@ -10,7 +10,7 @@ keywords = ["binding", "pulseaudio", "audio"]
1010
homepage = "https://github.com/jnqnfe/pulse-binding-rust"
1111
repository = "https://github.com/jnqnfe/pulse-binding-rust"
1212
exclude = ["README.md"]
13-
rust-version = "1.46"
13+
rust-version = "1.56"
1414

1515
[dependencies]
1616
libc = "0.2"

pulse-binding/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libpulse-binding
44
[<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/jnqnfe/pulse-binding-rust/Build%20&%20Test/master?style=for-the-badge" height="24">](https://github.com/jnqnfe/pulse-binding-rust/actions)
55
[<img alt="crates.io" src="https://img.shields.io/crates/v/libpulse-binding?style=for-the-badge" height="24">](https://crates.io/crates/libpulse-binding)
66
[<img alt="docs.rs" src="https://img.shields.io/crates/v/libpulse-binding?color=5479ab&label=docs.rs&style=for-the-badge" height="24">](https://docs.rs/libpulse-binding)
7-
[<img alt="min-rust-version" src="https://img.shields.io/static/v1?label=RUST&message=1.46%2B&color=informational&style=for-the-badge" height="24">](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
7+
[<img alt="min-rust-version" src="https://img.shields.io/static/v1?label=RUST&message=1.56%2B&color=informational&style=for-the-badge" height="24">](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
88

99
A Rust language binding for the PulseAudio libpulse library.
1010

pulse-sys-mainloop-glib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
edition = "2018"
2+
edition = "2021"
33
name = "libpulse-mainloop-glib-sys"
44
version = "1.19.2"
55
authors = ["Lyndon Brown <[email protected]>"]

pulse-sys-simple/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
edition = "2018"
2+
edition = "2021"
33
name = "libpulse-simple-sys"
44
version = "1.19.2"
55
authors = ["Lyndon Brown <[email protected]>"]
@@ -12,7 +12,7 @@ repository = "https://github.com/jnqnfe/pulse-binding-rust"
1212
exclude = ["README.md"]
1313
links = "pulse-simple"
1414
build = "build.rs"
15-
rust-version = "1.46"
15+
rust-version = "1.56"
1616

1717
[dependencies]
1818
libpulse-sys = { path = "../pulse-sys", version = "1.19", default-features = false }

pulse-sys-simple/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libpulse-simple-sys
44
[<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/jnqnfe/pulse-binding-rust/Build%20&%20Test/master?style=for-the-badge" height="24">](https://github.com/jnqnfe/pulse-binding-rust/actions)
55
[<img alt="crates.io" src="https://img.shields.io/crates/v/libpulse-simple-sys?style=for-the-badge" height="24">](https://crates.io/crates/libpulse-simple-sys)
66
[<img alt="docs.rs" src="https://img.shields.io/crates/v/libpulse-simple-sys?color=5479ab&label=docs.rs&style=for-the-badge" height="24">](https://docs.rs/libpulse-simple-sys)
7-
[<img alt="min-rust-version" src="https://img.shields.io/static/v1?label=RUST&message=1.46%2B&color=informational&style=for-the-badge" height="24">](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
7+
[<img alt="min-rust-version" src="https://img.shields.io/static/v1?label=RUST&message=1.56%2B&color=informational&style=for-the-badge" height="24">](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
88

99
FFI bindings for the PulseAudio libpulse-simple system library. See also the higher-level
1010
[`libpulse-simple-binding`](https://crates.io/crates/libpulse-simple-binding) crate.

pulse-sys/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
edition = "2018"
2+
edition = "2021"
33
name = "libpulse-sys"
44
version = "1.19.3"
55
authors = ["Lyndon Brown <[email protected]>"]
@@ -12,7 +12,7 @@ repository = "https://github.com/jnqnfe/pulse-binding-rust"
1212
exclude = ["README.md"]
1313
links = "pulse"
1414
build = "build.rs"
15-
rust-version = "1.46"
15+
rust-version = "1.56"
1616

1717
[dependencies]
1818
libc = "0.2"

pulse-sys/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libpulse-sys
44
[<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/jnqnfe/pulse-binding-rust/Build%20&%20Test/master?style=for-the-badge" height="24">](https://github.com/jnqnfe/pulse-binding-rust/actions)
55
[<img alt="crates.io" src="https://img.shields.io/crates/v/libpulse-sys?style=for-the-badge" height="24">](https://crates.io/crates/libpulse-sys)
66
[<img alt="docs.rs" src="https://img.shields.io/crates/v/libpulse-sys?color=5479ab&label=docs.rs&style=for-the-badge" height="24">](https://docs.rs/libpulse-sys)
7-
[<img alt="min-rust-version" src="https://img.shields.io/static/v1?label=RUST&message=1.46%2B&color=informational&style=for-the-badge" height="24">](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
7+
[<img alt="min-rust-version" src="https://img.shields.io/static/v1?label=RUST&message=1.56%2B&color=informational&style=for-the-badge" height="24">](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
88

99
FFI bindings for the PulseAudio libpulse system library. See also the higher-level
1010
[`libpulse-binding`](https://crates.io/crates/libpulse-binding) crate.

0 commit comments

Comments
 (0)