Skip to content

Commit 08a1658

Browse files
authored
Update CXXAudioToolbox to version 0.1.1 (#641)
1 parent e2d1702 commit 08a1658

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
dependencies: [
2222
.package(url: "https://github.com/sbooth/AVFAudioExtensions", from: "0.4.1"),
2323
.package(url: "https://github.com/sbooth/CXXCoreAudio", from: "0.1.0"),
24-
.package(url: "https://github.com/sbooth/CXXAudioToolbox", from: "0.1.0"),
24+
.package(url: "https://github.com/sbooth/CXXAudioToolbox", from: "0.1.1"),
2525
.package(url: "https://github.com/sbooth/CXXRingBuffer", from: "0.1.0"),
2626
.package(url: "https://github.com/sbooth/CXXUnfairLock", from: "0.1.0"),
2727

0 commit comments

Comments
 (0)