Skip to content

Commit

Permalink
unchecked submodules for cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
eRgo35 committed Aug 5, 2024
1 parent e77818e commit f1b52d2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 47 deletions.
57 changes: 13 additions & 44 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
Expand Up @@ -17,16 +17,16 @@ fancy-regex = "0.13.0"
json = "0.12.4"
openssl = { version = "0.10.66", features = ["vendored"] }
owoify = "0.1.5"
poise = { path = "./libs/poise", default-features = true, version = "0.6.1" }
poise = { default-features = true, version = "0.6.1" }
rand = "0.8.5"
regex = "1.10.6"
reqwest = { version = "0.11.27", features = ["json"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.122"
songbird = { path = "./libs/songbird", version = "0.4.3", default-features = true, features = [
songbird = { version = "0.4.3", default-features = true, features = [
"builtin-queue",
] }
serenity = { path = "./libs/serenity", default-features = true, features = [
serenity = { default-features = true, features = [
"cache",
"framework",
"standard_framework",
Expand Down

0 comments on commit f1b52d2

Please sign in to comment.