File tree 3 files changed +3
-3
lines changed
pulse-binding-mainloop-glib
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
# Use the Ubuntu Focal (20.04) environment, which uses PA v13.99.1
26
26
os : [ubuntu-20.04]
27
27
rustc :
28
- - 1.53 .0 # Overall MSRV (Minimum supported rust version)
28
+ - 1.56 .0 # Overall MSRV (Minimum supported rust version)
29
29
- stable
30
30
- beta
31
31
# Allow failure?
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ libpulse-glib-binding
4
4
[ <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 )
5
5
[ <img alt =" crates.io " src =" https://img.shields.io/crates/v/libpulse-glib-binding?style=for-the-badge " height =" 24 " >] ( https://crates.io/crates/libpulse-glib-binding )
6
6
[ <img alt =" docs.rs " src =" https://img.shields.io/crates/v/libpulse-glib-binding?color=5479ab&label=docs.rs&style=for-the-badge " height =" 24 " >] ( https://docs.rs/libpulse-glib-binding )
7
- [ <img alt =" min-rust-version " src =" https://img.shields.io/static/v1?label=RUST&message=1.53 %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 )
8
8
9
9
A Rust language binding for the PulseAudio libpulse-mainloop-glib library.
10
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ libpulse-mainloop-glib-sys
4
4
[ <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 )
5
5
[ <img alt =" crates.io " src =" https://img.shields.io/crates/v/libpulse-mainloop-glib-sys?style=for-the-badge " height =" 24 " >] ( https://crates.io/crates/libpulse-mainloop-glib-sys )
6
6
[ <img alt =" docs.rs " src =" https://img.shields.io/crates/v/libpulse-mainloop-glib-sys?color=5479ab&label=docs.rs&style=for-the-badge " height =" 24 " >] ( https://docs.rs/libpulse-mainloop-glib-sys )
7
- [ <img alt =" min-rust-version " src =" https://img.shields.io/static/v1?label=RUST&message=1.53 %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 )
8
8
9
9
FFI bindings for the PulseAudio libpulse-mainloop-glib system library. See also the higher-level
10
10
[ ` libpulse-glib-binding ` ] ( https://crates.io/crates/libpulse-glib-binding ) crate.
You can’t perform that action at this time.
0 commit comments