Skip to content

Commit aa1fd03

Browse files
authored
Update CXXRingBuffer and CXXCoreAudio (#717)
1 parent d7881c5 commit aa1fd03

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ let package = Package(
2121
dependencies: [
2222
.package(url: "https://github.com/sbooth/AVFAudioExtensions", from: "0.4.2"),
2323
.package(url: "https://github.com/sbooth/CXXAudioToolbox", from: "0.2.0"),
24-
.package(url: "https://github.com/sbooth/CXXCoreAudio", from: "0.4.1"),
25-
.package(url: "https://github.com/sbooth/CXXRingBuffer", from: "0.4.1"),
24+
.package(url: "https://github.com/sbooth/CXXCoreAudio", from: "0.5.0"),
25+
.package(url: "https://github.com/sbooth/CXXRingBuffer", from: "0.5.1"),
2626
.package(url: "https://github.com/sbooth/CXXUnfairLock", from: "0.1.0"),
2727

2828
// Standalone dependencies from source

0 commit comments

Comments
 (0)