Skip to content

Commit

Permalink
Added rorm-cli to workspace, updated rorm-sql
Browse files Browse the repository at this point in the history
  • Loading branch information
myOmikron committed Sep 4, 2023
1 parent 9263bd1 commit aa41733
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "rorm-cli"]
path = rorm-cli
url = https://github.com/rorm-orm/rorm-cli.git
url = https://github.com/rorm-orm/rorm-cli
[submodule "rorm-declaration"]
path = rorm-declaration
url = https://github.com/rorm-orm/rorm-declaration
Expand Down
11 changes: 3 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rorm-macro = { version = "0.6.0", path = "./rorm-macro" }
rorm-declaration = { version = "~0.3", path = "./rorm-declaration" }

# rorm-cli exposes interfaces to integrate the cli as library
rorm-cli = { version = ">=0.7.3", default-features = false, optional = true }
rorm-cli = { version = ">=0.7.3", path = "./rorm-cli", default-features = false, optional = true }

[build-dependencies]
rustc_version = "0.4.0"
Expand All @@ -73,14 +73,9 @@ sqlite = ["rorm-db/sqlite"]
mysql = ["rorm-db/mysql"]
postgres = ["rorm-db/postgres"]

tokio-rustls = ["rorm-db/tokio-rustls"]
tokio-native-tls = ["rorm-db/tokio-native-tls"]
tokio = ["rorm-db/tokio"]

async-std-rustls = ["rorm-db/async-std-rustls"]
async-std-native-tls = ["rorm-db/async-std-native-tls"]

actix-rustls = ["rorm-db/actix-rustls"]
actix-native-tls = ["rorm-db/actix-native-tls"]
async-std = ["rorm-db/async-std"]

[profile.release-lto]
inherits = "release"
Expand Down
1 change: 1 addition & 0 deletions rorm-cli
Submodule rorm-cli added at 3e385f
2 changes: 1 addition & 1 deletion rorm-db
Submodule rorm-db updated 1 files
+1 −1 Cargo.toml
2 changes: 1 addition & 1 deletion rorm-sql
Submodule rorm-sql updated 2 files
+19 −3 Cargo.toml
+66 −10 src/value.rs

0 comments on commit aa41733

Please sign in to comment.