Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit dd0aed4

Browse files
Bump version (#348)
1 parent b9b4f2b commit dd0aed4

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "labrinth"
3-
version = "0.2.0"
3+
version = "2.3.0"
44
#Team members, please add your emails and usernames
55
authors = ["geometrically <[email protected]>", "Redblueflame <[email protected]>", "Aeledfyr <[email protected]>", "Charalampos Fanoulis <[email protected]>", "AppleTheGolden <[email protected]>"]
66
edition = "2018"

src/routes/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,7 @@ pub fn reports_config(cfg: &mut web::ServiceConfig) {
158158
}
159159

160160
pub fn admin_config(cfg: &mut web::ServiceConfig) {
161-
cfg.service(
162-
web::scope("admin")
163-
.service(admin::count_download)
164-
);
161+
cfg.service(web::scope("admin").service(admin::count_download));
165162
}
166163

167164
#[derive(thiserror::Error, Debug)]

0 commit comments

Comments
 (0)