i18n v0.1.1
[0.1.1]
- Instead of using the
env!
macro withCARGO_MANIFEST_DIR
, which returned the static string of/path/to/crates/i18n
,
read this variable at macro runtime to match crate dir.- 8bc018b fix: read env at macro runtime on 2023-02-06
env!
macro with CARGO_MANIFEST_DIR
, which returned the static string of /path/to/crates/i18n
,