Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
Lur1an committed Jul 5, 2024
1 parent 6697ce1 commit 4ba3dbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edgedb-tokio-ext-derive"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "MIT"
authors = ["lur1an <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion ext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edgedb-tokio-ext"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "MIT"
authors = ["lur1an <[email protected]>"]
Expand Down
2 changes: 0 additions & 2 deletions ext/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
mod serde_ext;

extern crate const_format;

pub use edgedb_tokio_ext_derive::*;
pub use serde_ext::*;

0 comments on commit 4ba3dbc

Please sign in to comment.