Skip to content

Commit

Permalink
feat: implement From<Value> for BaseResponse (#75)
Browse files Browse the repository at this point in the history
* chore: bump version

* feat(render): implement `From<Value>` for `BaseResponse`
  • Loading branch information
fu050409 authored Sep 28, 2024
1 parent 8f2c7c1 commit b6bfec3
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 1,884 deletions.
5 changes: 5 additions & 0 deletions .changes/json-into-response.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"oblivion-codegen": patch:feat
---

Implement `From<Value>` for `BaseResponse`
5 changes: 5 additions & 0 deletions .changes/json-macros.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"oblivion-codegen": patch:feat
---

Add macros support for `Result<Value>`
32 changes: 16 additions & 16 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ members = [
]

[workspace.dependencies]
oblivion-codegen = { path = "crates/oblivion-codegen", version = "0.3.0"}
futures = { version = "0.3" }
proc-macro2 = { version = "1" }

Expand Down
170 changes: 0 additions & 170 deletions crates/oblivion-codegen/Cargo.lock

This file was deleted.

Loading

0 comments on commit b6bfec3

Please sign in to comment.