summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-11-01 20:27:06 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-11-01 20:27:06 +0200
commit420ad331332bce98f871f1c4ca2c0bea51688767 (patch)
tree8fd78664a5d319797ce2c372228f06bd81649fa9 /Cargo.toml
parent494e89fd10511e1830ac76d0c0309f097a185774 (diff)
Closed and opened audio channels
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0830062..ec26c94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Justin Worthe <justin.worthe@gmail.com>"]
[dependencies]
-portaudio = "0.6.4"
+portaudio = "0.7.0"
dft = "0.4.3"
gdk = "0.5.0"