chore: update dependencies
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2991,6 +2991,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "revolt-quark"
|
name = "revolt-quark"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://github.com/revoltchat/quark?rev=7585b7944f1a654a28f9902f2cf0f6778f7abd5a#7585b7944f1a654a28f9902f2cf0f6778f7abd5a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-recursion",
|
"async-recursion",
|
||||||
"async-std",
|
"async-std",
|
||||||
|
|||||||
@@ -65,4 +65,5 @@ mongodb = { version = "1.2.2", features = ["async-std-runtime"], default-feature
|
|||||||
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", rev = "5843861a88958c16bfaa0b40f0d8910772bcd2f6" }
|
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", rev = "5843861a88958c16bfaa0b40f0d8910772bcd2f6" }
|
||||||
|
|
||||||
# quark
|
# quark
|
||||||
revolt-quark = { path = "/run/media/mink/oldssd/revolt/quark/" }
|
revolt-quark = { git = "https://github.com/revoltchat/quark", rev = "7585b7944f1a654a28f9902f2cf0f6778f7abd5a" }
|
||||||
|
# revolt-quark = { path = "/run/media/mink/oldssd/revolt/quark/" }
|
||||||
|
|||||||
@@ -5,10 +5,9 @@ WORKDIR /home/rust/src
|
|||||||
|
|
||||||
RUN USER=root cargo new --bin revolt
|
RUN USER=root cargo new --bin revolt
|
||||||
WORKDIR /home/rust/src/revolt
|
WORKDIR /home/rust/src/revolt
|
||||||
COPY Cargo.toml Cargo.lock ./
|
RUN apt-get update && apt-get install -y libssl-dev pkg-config
|
||||||
COPY src/bin/dummy.rs ./src/bin/dummy.rs
|
|
||||||
RUN apt-get update && apt-get install -y libssl-dev pkg-config && cargo build --release --bin dummy
|
|
||||||
|
|
||||||
|
COPY Cargo.toml Cargo.lock ./
|
||||||
COPY assets/templates ./assets/templates
|
COPY assets/templates ./assets/templates
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
RUN cargo install --locked --path .
|
RUN cargo install --locked --path .
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
fn main() {}
|
|
||||||
Reference in New Issue
Block a user