Skip to content

Commit 4eb6baf

Browse files
committed
Refactor and fix graphql and diesel_logger compilation issues
1 parent 3d989ae commit 4eb6baf

File tree

201 files changed

+243
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+243
-187
lines changed

Cargo.lock

Lines changed: 137 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[workspace]
2+
resolver = "2"
23
members = [
3-
"create-rust-app",
4-
"create-rust-app_cli",
5-
"create-rust-app_cli/qsync",
4+
"crates/create-rust-app",
5+
"crates/create-rust-app_cli",
6+
"crates/qsync",
67
]
7-
exclude = ["docs", "tests", "test-project"]
8+
exclude = ["docs"]

create-rust-app/Cargo.toml renamed to crates/create-rust-app/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "create-rust-app"
33
description = "Set up a modern rust+react web app by running one command."
4-
version = "11.0.0"
4+
version = "11.0.1"
55
edition = "2018"
66
authors = ["Haris <[email protected]>"]
77
readme = "../README.md"
@@ -32,7 +32,7 @@ diesel = { version = "2.1", default-features = false, features = [
3232
"chrono",
3333
] } # + plugin_dev, plugin_auth
3434
once_cell = "1.19"
35-
diesel_logger = "0.3.0"
35+
diesel_logger = "0.4.0"
3636

3737
##
3838
## Database
@@ -64,7 +64,7 @@ watchexec = { optional = true, version = "2.3" }
6464
#### tracing-subscriber = { optional=true, version="0.3.16", features=["env-filter"] }
6565
clearscreen = { optional = true, version = "2.0" }
6666
open = { optional = true, version = "5.1" }
67-
cargo_toml = { optional = true, version = "0.15.3" }
67+
cargo_toml = { optional = true, version = "0.22.1" }
6868
reqwest = { optional = true, version = "0.11.27" }
6969

7070
# plugin_storage
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)