Compare commits
2 Commits
egui-test
...
5b2688e091
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b2688e091 | |||
| 9f626b8265 |
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "lull"
|
||||
description = "a looping sound player for generating atmospheric soundscapes"
|
||||
version = "1.0.3"
|
||||
version = "1.0.4"
|
||||
authors = ["Max Bradbury <max@tinybird.info>"]
|
||||
repository = "https://tinybird.dev/max/lull"
|
||||
license = "MIT"
|
||||
|
||||
@@ -38,8 +38,6 @@ fn save_config(config: Config) {
|
||||
let mut config_file = File::create(config_path)
|
||||
.expect("Couldn't create config file");
|
||||
|
||||
print!("{}", toml);
|
||||
|
||||
config_file.write(&toml.into_bytes())
|
||||
.expect("Couldn't write config file");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user