mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
packages/ak-common: rename from ak-lib (#21314)
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
committed by
GitHub
parent
a8db5f1bfa
commit
df6d580150
Generated
+1
-1
@@ -103,7 +103,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "authentik-lib"
|
||||
name = "authentik-common"
|
||||
version = "2026.5.0-rc1"
|
||||
|
||||
[[package]]
|
||||
|
||||
+2
-4
@@ -1,6 +1,6 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"packages/ak-lib",
|
||||
"packages/ak-common",
|
||||
"packages/client-rust",
|
||||
"website/scripts/docsmg",
|
||||
]
|
||||
@@ -51,9 +51,7 @@ tokio-util = { version = "= 0.7.18", features = ["full"] }
|
||||
url = "= 2.5.8"
|
||||
uuid = { version = "= 1.23.0", features = ["serde", "v4"] }
|
||||
|
||||
lib = { package = "authentik-lib", version = "2026.5.0-rc1", path = "./packages/ak-lib" }
|
||||
|
||||
authentik-client = { version = "2026.5.0-rc1", path = "./packages/client-rust" }
|
||||
ak-common = { package = "authentik-common", version = "2026.5.0-rc1", path = "./packages/ak-common" }
|
||||
|
||||
[profile.dev.package.backtrace]
|
||||
opt-level = 3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "authentik-lib"
|
||||
name = "authentik-common"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
Reference in New Issue
Block a user