Skip to content

Commit

Permalink
Fix telemetry, bump version to 0.6.7 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko authored Sep 11, 2022
1 parent 29f9379 commit df78f98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion synth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "synth"
version = "0.6.6"
version = "0.6.7"
authors = [
"Damien Broka <[email protected]>",
"Christos Hadjiaslanis <[email protected]>",
Expand Down
1 change: 0 additions & 1 deletion synth/src/cli/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use uuid::Uuid;
use crate::cli::export::ExportStrategy;
use crate::cli::{config, GenerateCommand, ImportCommand};
use crate::sampler::SamplerOutput;
use crate::utils::META_OS;
use crate::version::version;

use synth_core::{
Expand Down

0 comments on commit df78f98

Please sign in to comment.