Skip to content

Commit

Permalink
chore: Make samling-clorinde publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Jan 7, 2025
1 parent 88e3b70 commit c457755
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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.

8 changes: 6 additions & 2 deletions samling-clorinde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# This file was generated with `clorinde`. Do not modify
[package]
name = "samling-clorinde"
version = "0.10.2"
version = "0.12.0"
license = "MIT"
edition = "2021"
publish = false
description = "Database queries etc for the `samling` crate"
repository = "https://github.com/hyperkliv/samling"
documentation = "https://docs.rs/samling/"
homepage = "https://github.com/hyperkliv/samling"

[features]
default = ["deadpool"]
Expand Down
3 changes: 1 addition & 2 deletions samling/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[package]
name = "samling"
version = "0.12.0"
Expand All @@ -10,7 +9,7 @@ documentation = "https://docs.rs/samling/"
homepage = "https://github.com/hyperkliv/samling"

[dependencies]
samling-clorinde = { version = "0.10.1", path = "../samling-clorinde" }
samling-clorinde = { version = "0.12.0", path = "../samling-clorinde" }
argon2 = "0.5.3"
axum = { version = "0.8.1", features = ["macros"] }
axum-extra = { version = "0.10.0", features = ["typed-header"] }
Expand Down

0 comments on commit c457755

Please sign in to comment.