nio: Don't make the VERSION public.
parent
e9dfabf847
commit
19b9927de6
|
@ -16,4 +16,4 @@ mod session;
|
||||||
pub use async_client::{AsyncClient, AsyncClientConfig, SyncSettings};
|
pub use async_client::{AsyncClient, AsyncClientConfig, SyncSettings};
|
||||||
pub use base_client::{Client, Room};
|
pub use base_client::{Client, Room};
|
||||||
|
|
||||||
pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");
|
pub(crate) const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||||
|
|
Loading…
Reference in New Issue