You've already forked seamantic
Update sea-orm to rc38
This commit is contained in:
Generated
+646
-327
File diff suppressed because it is too large
Load Diff
+8
-5
@@ -3,14 +3,17 @@ resolver = "2"
|
||||
members = ["seamantic"]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
rust-version = "1.85.0"
|
||||
license-file = "LICENSE.md"
|
||||
|
||||
edition = "2024"
|
||||
rust-version = "1.88.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
sea-orm = { version = "2.0.0-rc.27", default-features = false }
|
||||
sea-orm-migration = { version = "2.0.0-rc.27", default-features = false }
|
||||
seamantic = { path = "seamantic", version = "=0.0.12", default-features = false }
|
||||
seamantic = { path = "seamantic", version = "=0.0.13", default-features = false }
|
||||
|
||||
sea-orm = { version = "=2.0.0-rc.38", default-features = false }
|
||||
sea-orm-migration = { version = "=2.0.0-rc.38", default-features = false }
|
||||
|
||||
serde = { version = "^1", default-features = false }
|
||||
serde_test = { version = "^1", default-features = false }
|
||||
tokio = { version = "^1", default-features = false }
|
||||
|
||||
@@ -9,7 +9,7 @@ A library to enhance SeaORM
|
||||
- build: `cargo hack --feature-powerset build`
|
||||
- clippy: `cargo hack --feature-powerset clippy -- -D warnings`
|
||||
- test: `cargo hack --feature-powerset test`
|
||||
- test old: `cargo +1.85 hack --feature-powerset test`
|
||||
- test old: `cargo +1.88 hack --feature-powerset test`
|
||||
- example: `cargo run --example=migrations --features=sqlite`
|
||||
- fmt: `cargo fmt --check`
|
||||
- docs: `RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features`
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
[package]
|
||||
name = "seamantic"
|
||||
version = "0.0.12"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
version = "0.0.13"
|
||||
license-file.workspace = true
|
||||
|
||||
description = "A library to enhance SeaORM"
|
||||
repository = "https://github.com/QuantumShade/seamantic"
|
||||
license-file.workspace = true
|
||||
categories = []
|
||||
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
Reference in New Issue
Block a user