-
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 44a12b4
Bumps [kittycad.rs](https://github.com/KittyCAD/kittycad.rs) from `84fe8b6` to `44a12b4`. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](KittyCAD/kittycad.rs@84fe8b6...44a12b4) --- updated-dependencies: - dependency-name: kittycad.rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
3f659fd
commit 8cadf94
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kittycad.rs
updated
15 files
+1 −1 | .github/workflows/cargo-test.yml | |
+283 −34 | Cargo.lock | |
+1 −0 | Makefile | |
+1 −1 | VERSION.txt | |
+1 −1 | kittycad.rs.patch.json | |
+3 −3 | kittycad/Cargo.toml | |
+2 −1 | kittycad/README.md | |
+20 −4 | kittycad/src/lib.rs | |
+88 −1 | kittycad/src/types.rs | |
+1 −1 | openapitor/Cargo.toml | |
+162 −25 | openapitor/src/client.rs | |
+6 −0 | openapitor/src/lib.rs | |
+33 −0 | openapitor/src/template.rs | |
+83 −1 | openapitor/tests/types/kittycad.rs.gen | |
+119 −0 | spec.json |