diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-09-04 15:57:25 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-09-04 15:58:00 -0300 |
commit | acd275df58ce30ae6d041a766d601a69ea6360a7 (patch) | |
tree | cf780e66043cf08b9f2d20e601f6def77b4d6a4c /Cargo.toml | |
parent | 91c1fe71412bccdcae14261494b2b0fbcc8269d0 (diff) |
Implement most functionality
Missing structs
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 be0542c..8065cca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_transmute" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Transmute objects through serde." license = "MIT OR Apache-2.0" |