Skip to content

Commit

Permalink
Bump version (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed May 15, 2022
1 parent b9b4f2b commit dd0aed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "labrinth"
version = "0.2.0"
version = "2.3.0"
#Team members, please add your emails and usernames
authors = ["geometrically <[email protected]>", "Redblueflame <[email protected]>", "Aeledfyr <[email protected]>", "Charalampos Fanoulis <[email protected]>", "AppleTheGolden <[email protected]>"]
edition = "2018"
Expand Down
5 changes: 1 addition & 4 deletions src/routes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,7 @@ pub fn reports_config(cfg: &mut web::ServiceConfig) {
}

pub fn admin_config(cfg: &mut web::ServiceConfig) {
cfg.service(
web::scope("admin")
.service(admin::count_download)
);
cfg.service(web::scope("admin").service(admin::count_download));
}

#[derive(thiserror::Error, Debug)]
Expand Down

0 comments on commit dd0aed4

Please sign in to comment.