-
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 b3f519e
Bumps [kittycad.rs](https://github.com/KittyCAD/kittycad.rs) from `84fe8b6` to `b3f519e`. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](KittyCAD/kittycad.rs@84fe8b6...b3f519e) --- updated-dependencies: - dependency-name: kittycad.rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
f04e0fa
commit c080129
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kittycad.rs
updated
17 files
+1 −1 | .github/workflows/cargo-test.yml | |
+633 −595 | Cargo.lock | |
+1 −0 | Cargo.toml | |
+1 −0 | Makefile | |
+1 −1 | VERSION.txt | |
+9 −1 | kittycad.rs.patch.json | |
+8 −8 | kittycad/Cargo.toml | |
+2 −1 | kittycad/README.md | |
+22 −4 | kittycad/src/lib.rs | |
+32 −0 | kittycad/src/meta.rs | |
+205 −2 | 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 | |
+188 −2 | openapitor/tests/types/kittycad.rs.gen | |
+369 −2 | spec.json |