Skip to content

Commit

Permalink
modified appdetails visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdaq committed Aug 6, 2022
1 parent 61f304d commit bef6cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "steam-webapi-rust-sdk"
version = "0.0.1"
version = "0.0.2"
homepage = "https://github.com/bohdaq/steam-webapi-rust-sdk"
repository = "https://github.com/bohdaq/steam-webapi-rust-sdk"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/store_steampowered_com.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub(crate) mod appdetails;
pub mod appdetails;

#[cfg(test)]
mod appdetails_test;

0 comments on commit bef6cd0

Please sign in to comment.