-
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
6ecceb7
to 4ff68ac
Bumps [kittycad.rs](https://github.com/KittyCAD/kittycad.rs) from `6ecceb7` to `4ff68ac`. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](KittyCAD/kittycad.rs@6ecceb7...4ff68ac) --- updated-dependencies: - dependency-name: kittycad.rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
fa8e865
commit 7fa5a29
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kittycad.rs
updated
19 files
+2 −0 | .cargo/config.toml | |
+2 −0 | .github/workflows/cargo-test.yml | |
+163 −86 | Cargo.lock | |
+1 −1 | Makefile | |
+11 −3 | kittycad.rs.patch.json | |
+7 −6 | kittycad/Cargo.toml | |
+2 −5 | kittycad/src/hidden.rs | |
+2 −2 | kittycad/src/meta.rs | |
+47 −2 | kittycad/src/ml.rs | |
+1 −1 | kittycad/src/tests.rs | |
+624 −38 | kittycad/src/types.rs | |
+5 −5 | kittycad/tests/tabled_one_of.txt | |
+6 −6 | openapitor/Cargo.toml | |
+2 −7 | openapitor/src/functions.rs | |
+2 −2 | openapitor/src/lib.rs | |
+12 −12 | openapitor/src/types/example.rs | |
+34 −34 | openapitor/src/types/random.rs | |
+602 −31 | openapitor/tests/types/kittycad.rs.gen | |
+852 −38 | spec.json |