Skip to content

Commit

Permalink
Merge branch 'main' into serena/linear-pattern-types
Browse files Browse the repository at this point in the history
  • Loading branch information
gserena01 committed Dec 12, 2023
2 parents 86d9456 + 0a8e41f commit 6d2687d
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 220 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions modeling-cmds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kittycad-modeling-cmds"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = ["KittyCAD, Inc."]
description = "Commands in the KittyCAD Modeling API"
Expand All @@ -14,7 +14,7 @@ license = "MIT"
chrono = "0.4.31"
cxx = { version = "1.0", optional = true }
data-encoding = "2.5.0"
diesel = { version = "2.1.1", features = ["serde_json", "mysql", "chrono", "r2d2", "uuid", "numeric"] }
diesel = { version = "2.1.1", features = ["serde_json", "mysql", "chrono", "r2d2", "uuid", "numeric"], optional = true }
diesel_derives = "2.1.2"
enum-iterator = "1.4.1"
enum-iterator-derive = "1.2.1"
Expand All @@ -35,3 +35,4 @@ workspace = true
[features]
default = []
cxx = ["dep:cxx"]
diesel = ["dep:diesel"]
Loading

0 comments on commit 6d2687d

Please sign in to comment.