Skip to content

Commit 25dd9ca

Browse files
feat!: unify GenServer self and state (#35)
* feat!: unify GenServer self and state * fix: use start_blocking * fix compilation * polish * more polish * remove `Default` constraint * remove comment * bump version --------- Co-authored-by: Juan Munoz <[email protected]>
1 parent e9da911 commit 25dd9ca

File tree

20 files changed

+350
-418
lines changed

20 files changed

+350
-418
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ tracing = { version = "0.1.41", features = ["log"] }
2222
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
2323

2424
[workspace.package]
25-
version = "0.1.7"
25+
version = "0.2.0"
2626
license = "MIT"
2727
edition = "2021"

0 commit comments

Comments
 (0)