made common module pub
This commit is contained in:
parent
7752933abd
commit
20ad563f0d
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "torn-api"
|
||||
version = "0.5.16"
|
||||
version = "0.5.17"
|
||||
edition = "2021"
|
||||
authors = ["Pyrit [2111649]"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -22,7 +22,7 @@ pub mod awc;
|
|||
pub mod reqwest;
|
||||
|
||||
#[cfg(feature = "__common")]
|
||||
mod common;
|
||||
pub mod common;
|
||||
|
||||
mod de_util;
|
||||
|
||||
|
|
Loading…
Reference in a new issue