alsa-project / snd-firewire-ctl-services

A set of server programs for audio and music units on IEEE 1394 bus supported by Linux sound subsystem a.k.a. ALSA.
GNU General Public License v3.0
35 stars 5 forks source link

[PATCH 0/1] Use crates based on glib 0.19 #184

Closed takaswie closed 8 months ago

takaswie commented 8 months ago

This commit switches the versions of dependent crates based on glib 0.19. This is the list of crates:

Takashi Sakamoto (1):
  Use crates based on glib 0.19

 protocols/bebob/Cargo.toml             |  4 ++--
 protocols/bebob/src/lib.rs             |  2 +-
 protocols/dice/Cargo.toml              |  4 ++--
 protocols/dice/src/weiss/avc.rs        |  2 +-
 protocols/digi00x/Cargo.toml           |  4 ++--
 protocols/fireface/Cargo.toml          |  4 ++--
 protocols/fireworks/Cargo.toml         |  6 +++---
 protocols/fireworks/src/transaction.rs |  1 +
 protocols/motu/Cargo.toml              |  6 +++---
 protocols/motu/src/version_1.rs        |  3 ++-
 protocols/oxfw/Cargo.toml              |  4 ++--
 protocols/oxfw/src/lib.rs              |  2 +-
 protocols/tascam/Cargo.toml            |  6 +++---
 protocols/tascam/src/asynch.rs         |  1 +
 runtime/bebob/Cargo.toml               |  8 ++++----
 runtime/core/Cargo.toml                | 10 +++++-----
 runtime/core/src/dispatcher.rs         |  2 +-
 runtime/dice/Cargo.toml                |  8 ++++----
 runtime/digi00x/Cargo.toml             |  8 ++++----
 runtime/fireface/Cargo.toml            |  8 ++++----
 runtime/fireworks/Cargo.toml           |  8 ++++----
 runtime/motu/Cargo.toml                |  8 ++++----
 runtime/oxfw/Cargo.toml                |  8 ++++----
 runtime/tascam/Cargo.toml              | 10 +++++-----
 runtime/tascam/src/main.rs             |  2 +-
 25 files changed, 66 insertions(+), 63 deletions(-)
takaswie commented 8 months ago

Merged.