minor update to inner-crate

This commit is contained in:
folex 2020-12-30 16:40:55 +03:00
parent 17eb9fb8f4
commit 6db2eabf53

View File

@ -1,3 +1,3 @@
pub fn inner() -> String {
"inner".to_string()
"inner MUCH CHANGE".to_string()
}