Skip to content

Commit

Permalink
Merge pull request #7 from PiyushXCoder/dev
Browse files Browse the repository at this point in the history
Fixed GIF
  • Loading branch information
PiyushXCoder authored Mar 10, 2024
2 parents 7ac3ca7 + 481c89a commit aa816cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lupt"
version = "0.2.0"
version = "0.2.1"
description = "Chat app for lupt(लुप्त) users!"
authors = ["Piyush Raj <[email protected]>"]
edition = "2018"
Expand All @@ -19,7 +19,7 @@ actix-web-actors = "4"
actix-web-middleware-redirect-https = { git = "https://github.com/PiyushXCoder/actix-web-middleware-redirect-https.git" }
actix-broker = "0.4"
actix-files = "0.6"
awc = "3.1"
awc = { version = "3.1", features = ["rustls"] }
clap = { version = "4", features = ["derive"] }
lazy_static = "1.4"
serde = { version = "1.0", features = ["serde_derive"] }
Expand Down
4 changes: 2 additions & 2 deletions src/errors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
mod kaksh_full_error;
mod user_kunjika_error;

pub use kaksh_full_error::KakshFullError;
pub use user_kunjika_error::AlreadyExistError;
// pub use kaksh_full_error::KakshFullError;
// pub use user_kunjika_error::AlreadyExistError;

0 comments on commit aa816cd

Please sign in to comment.