Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koarlchen committed Oct 31, 2024
1 parent 7b21e67 commit cea2633
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 29 deletions.
59 changes: 38 additions & 21 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k4status"
version = "0.1.0"
version = "1.0.0"
authors = ["Max <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -11,12 +11,12 @@ keywords = ["spaceapi", "hackspace", "k4cg"]
[dependencies]
spaceapi = "0.9.0"
influxdb = "0.7.2"
serde = "1.0.209"
serde_json = "1.0.127"
axum = "0.7.5"
tokio = { version = "1.39.3", features = ["rt-multi-thread", "fs", "sync"] }
serde = "1.0.214"
serde_json = "1.0.132"
axum = "0.7.7"
tokio = { version = "1.41.0", features = ["rt-multi-thread", "fs", "sync"] }
chrono = "0.4.38"
thiserror = "1.0.63"
thiserror = "1.0.65"
log = "0.4.22"
simple_logger = { version = "5.0.0", default-features = false, features = ["timestamps"] }
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let pkgs = import <nixpkgs> { };
in pkgs.rustPlatform.buildRustPackage rec {
pname = "k4status";
version = "0.1";
version = "1.0.0";
cargoLock.lockFile = ./Cargo.lock;
src = pkgs.lib.cleanSource ./.;
postInstall = ''
Expand Down

0 comments on commit cea2633

Please sign in to comment.