Skip to content

Commit

Permalink
Remove rest of references to voso in code
Browse files Browse the repository at this point in the history
  • Loading branch information
fatalerrorcoded committed May 19, 2021
1 parent f9ef17b commit daffe80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@ use serde::Serialize;

#[derive(Serialize)]
pub struct Info {
voso: &'static str,
vortex: &'static str,
features: Features,
ws: &'static str,
}
Expand All @@ -19,7 19,7 @@ pub fn get_info() -> Info {
};

Info {
voso: env!("CARGO_PKG_VERSION"),
vortex: env!("CARGO_PKG_VERSION"),
features,
ws: &variables::WS_URL,
}
Expand Down

0 comments on commit daffe80

Please sign in to comment.