Skip to content

Commit

Permalink
Prepare v0.0.1-pre.0 (first alpha pre-release) (#171)
Browse files Browse the repository at this point in the history
* bump version

* update deps

* flake.lock: Update

Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/411e8764155aa9354dbcd6d5faaeb97e9e3dce24' (2023-04-06)
  → 'github:numtide/flake-utils/033b9f258ca96a10e543d4442071f614dc3f8412' (2023-04-09)
• Added input 'flake-utils/systems':
    'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/9c8ff8b426a8b07b9e0a131ac3218740dc85ba1e' (2023-04-05)
  → 'github:nixos/nixpkgs/fd531dee22c9a3d4336cc2da39e8dd905e8f3de4' (2023-04-09)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/8ad3b5ee01a2074b54274216ff2cf0ab844a7426' (2023-04-06)
  → 'github:oxalica/rust-overlay/45c2ed9dd1397526dad35fc867c43955d87f9f3f' (2023-04-10)
  • Loading branch information
aumetra authored Apr 10, 2023
1 parent 0b8c6d7 commit de82875
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 53 deletions.
79 changes: 40 additions & 39 deletions Cargo.lock

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

36 changes: 27 additions & 9 deletions flake.lock

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

2 changes: 1 addition & 1 deletion kitsune-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ sea-orm = { version = "0.11.2", default-features = false, features = [
serde = { version = "1.0.159", features = ["derive"] }
tokio = { version = "1.27.0", features = ["full"] }
tracing-subscriber = "0.3.16"
uuid = { version = "1.3.0", features = ["v7"] }
uuid = { version = "1.3.1", features = ["v7"] }
2 changes: 1 addition & 1 deletion kitsune-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ sea-orm = { version = "0.11.2", default-features = false, features = [
] }
serde = { version = "1.0.159", features = ["derive"] }
tracing-log = "0.1.3"
uuid = "1.3.0"
uuid = "1.3.1"
2 changes: 1 addition & 1 deletion kitsune-type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chrono = { version = "0.4.24", features = ["serde"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
utoipa = { version = "3.2.1", features = ["chrono", "uuid"] }
uuid = { version = "1.3.0", features = ["serde"] }
uuid = { version = "1.3.1", features = ["serde"] }

[dev-dependencies]
pretty_assertions = "1.3.0"
4 changes: 2 additions & 2 deletions kitsune/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kitsune"
version = "0.1.0-UTA"
version = "0.0.1-pre.0"
edition = "2021"
repository = "https://github.com/kitsune-soc/kitsune"
homepage = "https://kitsune-soc.github.io"
Expand Down Expand Up @@ -102,7 +102,7 @@ typed-builder = "0.14.0"
url = "2.3.1"
utoipa = { version = "3.2.1", features = ["axum_extras", "chrono", "uuid"] }
utoipa-swagger-ui = { version = "3.1.3", features = ["axum"] }
uuid = { version = "1.3.0", features = ["v7"] }
uuid = { version = "1.3.1", features = ["v7"] }
zxcvbn = { version = "2.2.2", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit de82875

Please sign in to comment.