diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-08-12 15:29:07 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-08-12 15:29:07 -0300 |
commit | 0cbd0b9b701c4d067b8dd0fdccc0ebe5c6b6e7e1 (patch) | |
tree | 81bc4c10dd73a94bd1356ce8ba6ce2ddd2ddb27a /Cargo.toml | |
parent | b76b71507dbd567b2c7f98228783a6dfc8a7bec5 (diff) |
Provide ConstLtPtr to CStr conversion
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index bd6563a..5165718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ltptr" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "0BSD" description = "Checked raw pointers." |