Skip to content

Commit

Permalink
Add linux gates
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Aug 28, 2024
1 parent b7171ec commit 53f4dea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 41 deletions.
37 changes: 0 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cargo-features = ["profile-rustflags"]
#cargo-features = ["profile-rustflags"]

[workspace]

Expand All @@ -20,7 +20,7 @@ edition = "2021"
exclude = [".github/"]

[workspace.dependencies]
diesel = { version = "2.1.6", features = ["sqlite"] }
diesel = { version = "2.1.5", features = ["sqlite"] }
diesel_migrations = "2.1.0"
dotenvy = "0.15.7"
tonic = "0.12.1"
Expand All @@ -37,7 +37,7 @@ thiserror = "1.0.58"
serde = { version = "1.0.198" }
serde_json = "1.0.116"
sysinfo = "0.30.11"
rusqlite = { version = "0.31", features = ["bundled"] }
#rusqlite = { version = "0.31", features = ["bundled"] }

# build-dependencies
tonic-build = "0.12.1"
File renamed without changes.
2 changes: 1 addition & 1 deletion rencfs_desktop_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
sysinfo = { workspace = true }
rusqlite = { workspace = true }
#rusqlite = { workspace = true }

[build-dependencies]
tonic-build = { workspace = true }

0 comments on commit 53f4dea

Please sign in to comment.