-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump kittycad.rs from
84fe8b6
to 8b1003c
Bumps [kittycad.rs](https://github.com/KittyCAD/kittycad.rs) from `84fe8b6` to `8b1003c`. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](KittyCAD/kittycad.rs@84fe8b6...8b1003c) --- updated-dependencies: - dependency-name: kittycad.rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
f04e0fa
commit 74f3c88
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kittycad.rs
updated
16 files
+1 −1 | .github/workflows/cargo-test.yml | |
+633 −595 | Cargo.lock | |
+1 −0 | Cargo.toml | |
+1 −0 | Makefile | |
+1 −1 | VERSION.txt | |
+1 −1 | kittycad.rs.patch.json | |
+8 −8 | kittycad/Cargo.toml | |
+2 −1 | kittycad/README.md | |
+22 −4 | kittycad/src/lib.rs | |
+143 −1 | kittycad/src/types.rs | |
+5 −5 | openapitor/Cargo.toml | |
+162 −25 | openapitor/src/client.rs | |
+16 −8 | openapitor/src/lib.rs | |
+33 −0 | openapitor/src/template.rs | |
+130 −1 | openapitor/tests/types/kittycad.rs.gen | |
+190 −0 | spec.json |