Skip to content

Commit

Permalink
Merge pull request #1887 from polywrap/chore/update-wasm-rs
Browse files Browse the repository at this point in the history
chore: bump msgpack serde version in polywrap wasm rs
  • Loading branch information
dOrgJelli authored Sep 5, 2023
2 parents 82369e8 + 2d52599 commit c796f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/wasm/rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
byteorder = "1.4.3"
thiserror = "1.0.30"
polywrap_msgpack_serde = "0.0.2-beta.6"
polywrap_msgpack_serde = "0.0.2-beta.7"

[dev-dependencies]
serde = { version = "1.0.136", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm/rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ pub use msgpack::{
DecodeError, EncodeError, EnumTypeError, Read, ReadDecoder, Write, WriteEncoder,
};

pub use polywrap_msgpack_serde::*;
pub use polywrap_msgpack_serde::{serde_bytes::*, *};

0 comments on commit c796f08

Please sign in to comment.