Source: Pass owenership around instead of &mut, cause futures.

This commit is contained in:
Jordan Petridis
2018-02-01 15:55:19 +02:00
parent 2f062afb07
commit 7b62ef203d
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
cargo build --release && cp $1/target/release/hammond-gtk $2
cargo build --release -p hammond-gtk && cp $1/target/release/hammond-gtk $2