Skip to content

Commit 0e334a8

Browse files
Bump package version to 1.0.0
1 parent d0ff8ed commit 0e334a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openfusionmap"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55

66
[dependencies]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn monitor_notification_callback(notification: MonitorNotification) {
6060

6161
#[tokio::main]
6262
async fn main() -> Result<(), String> {
63-
println!("openfusionmap-rs v{}", env!("CARGO_PKG_VERSION"));
63+
println!("OpenFusionMap-rs v{}", env!("CARGO_PKG_VERSION"));
6464
let args = Cli::parse();
6565

6666
println!("Connecting to monitor at {}", args.monitor_addr);

0 commit comments

Comments
 (0)