nio: Don't make the VERSION public.

master
Damir Jelić 2019-11-26 19:19:22 +01:00
parent e9dfabf847
commit 19b9927de6
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ mod session;
pub use async_client::{AsyncClient, AsyncClientConfig, SyncSettings};
pub use base_client::{Client, Room};
pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");
pub(crate) const VERSION: &str = env!("CARGO_PKG_VERSION");