Skip to content

Commit 96eb2e9

Browse files
authored
Bump crate to 0.4.8 for release (#968)
1 parent f3c2d41 commit 96eb2e9

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.7
1+
0.4.8

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kittycad.rs.patch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"path": "/info/x-rust",
55
"value": {
66
"client": "// Authenticate via an API token.\nlet client = kittycad::Client::new(\"$TOKEN\");\n\n// - OR -\n\n// Authenticate with your token and host parsed from the environment variables:\n// `KITTYCAD_API_TOKEN`.\nlet client = kittycad::Client::new_from_env();",
7-
"install": "[dependencies]\nkittycad = \"0.4.7\""
7+
"install": "[dependencies]\nkittycad = \"0.4.8\""
88
}
99
},
1010
{

kittycad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kittycad"
33
description = "A fully generated & opinionated API client for the KittyCAD API."
4-
version = "0.4.7"
4+
version = "0.4.8"
55
documentation = "https://docs.rs/kittycad"
66
readme = "README.md"
77
repository = "https://github.com/KittyCAD/kittycad.rs/tree/main/kittycad"

kittycad/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To install the library, add the following to your `Cargo.toml` file.
3131

3232
```toml
3333
[dependencies]
34-
kittycad = "0.4.7"
34+
kittycad = "0.4.8"
3535
```
3636

3737
## Basic example

kittycad/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//!
3030
//! ```toml
3131
//! [dependencies]
32-
//! kittycad = "0.4.7"
32+
//! kittycad = "0.4.8"
3333
//! ```
3434
//!
3535
//! ## Basic example

openapitor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ bigdecimal = {{ version = "0.4", features = ["serde"] }}
598598
bytes = {{ version = "1", features = ["serde"] }}
599599
clap = {{ version = "4", features = ["cargo", "derive", "env", "unicode"], optional = true }}
600600
data-encoding = "^2"
601-
dirs = {{ version = "^5", optional = true }}
601+
dirs = {{ version = "^6", optional = true }}
602602
format_serde_error = {{ version = "^0.3.0", optional = true }}
603603
futures = {{ version = "0.3", optional = true }}
604604
http = {{ version = "1", optional = true }}

0 commit comments

Comments
 (0)