Skip to content

Commit

Permalink
build working again
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Aug 6, 2023
1 parent 4ec8cd2 commit 9a53180
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ README.md

# data
/logs/
/data/
# /data/

#IDE files
/.vscode/
54 changes: 27 additions & 27 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 @@ -16,7 +16,7 @@ shuttle = []

[dependencies]
async-trait = "0.1.72"
time = {version = "0.3.23", default-features = false, features = ["serde"]}
time = {version = "0.3.25", default-features = false, features = ["serde"]}
audiopus = "0.3.0-rc.0"
ctrlc = "3.4.0"
chatgpt_rs = "1.1.13"
Expand Down Expand Up @@ -66,11 +66,11 @@ git = "https://github.com/serenity-rs/songbird"
branch = "current"
version = "0.3.2"
features = [
"driver-core",
"driver",
"rustls",
"serenity",
"builtin-queue",
"driver-core",
"yt-dlp",
"audiopus",
]
Expand Down Expand Up @@ -103,7 +103,7 @@ version = "0.5.5"
default-features = true

[dependencies.tokio]
version = "1.29.0"
version = "1.29.1"
features = ["macros", "rt-multi-thread", "signal"]

[dependencies.ffprobe]
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ COPY Cargo.lock ./
RUN cargo build --release --locked

COPY . .
RUN ls -lah
#ENV SQLX_OFFLINE true
ENV DATABASE_URL sqlite://./data/crackedmusic.sqlite
RUN cargo build --release --locked

# Release image
Expand Down

0 comments on commit 9a53180

Please sign in to comment.