made common module pub

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

View file

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

View file

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