made common module pub

This commit is contained in:
TotallyNot 2023-05-10 12:44:27 +02:00
parent fee450f04b
commit fe5d34968d
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "torn-api"
version = "0.5.16"
version = "0.5.17"
edition = "2021"
authors = ["Pyrit [2111649]"]
license = "MIT"

View file

@ -22,7 +22,7 @@ pub mod awc;
pub mod reqwest;
#[cfg(feature = "__common")]
mod common;
pub mod common;
mod de_util;