Skip to content

Commit

Permalink
Upgrade to ts_rs v10.1 (#84)
Browse files Browse the repository at this point in the history
Closes #83. It seems that no actual code changes were required.
  • Loading branch information
andogq authored Dec 2, 2024
2 parents 56c00ad + 89700ca commit 282a5d5
Show file tree
Hide file tree
Showing 17 changed files with 280 additions and 113 deletions.
61 changes: 44 additions & 17 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.117"
tokio = { version = "1.38", features = ["rt", "rt-multi-thread"] }
tower = "0.4"
ts-rs = "9.0.1"
ts-rs = "10.1.0"
qubit-macros = { version = "0.6.4", path = "./crates/qubit-macros" }
trait-variant = "0.1.2"
serde_qs = "0.13.0"
Expand Down
63 changes: 45 additions & 18 deletions examples/authentication/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 examples/authentication/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
qubit = { path = "../../" }

ts-rs = "9.0.1"
ts-rs = "10.1.0"
serde = { version = "1.0", features = ["derive"] }
futures = "0.3.30"

Expand Down
1 change: 1 addition & 0 deletions examples/authentication/auth-demo/src/bindings/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
// @ts-nocheck
/* @@@@@@@@@@@@@ & ###############
@@@@@@@@@@@@@@ &&& ###############
Expand Down
Loading

0 comments on commit 282a5d5

Please sign in to comment.