Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jul 14, 2024
1 parent 9213e00 commit d2f0f2e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ license = "GPL-3.0"
name = "air"
readme = "README.md"
repository = "https://github.com/hack-ink/air"
version = "0.3.4"
version = "0.4.0"

[package.metadata.bundle]
icon = ["asset/icon.icns"]
identifier = "ink.hack.AiR"
long_description = "AI with Rust."
name = "AiR"
short_description = "AI with Rust."
version = "0.3.4"
version = "0.4.0"

# https://github.com/emilk/egui/issues/4807.
[profile.dev.package.egui]
Expand Down Expand Up @@ -70,4 +70,4 @@ winapi = { version = "0.3" }
# async-openai = { path = "tmp/async-openai/async-openai" }
# egui = { path = "tmp/egui/crates/egui" }
# TODO: https://github.com/emilk/egui/pull/4823.
egui = { git = "https://github.com/AurevoirXavier/egui", branch = "master_"}
egui = { git = "https://github.com/AurevoirXavier/egui", branch = "master_" }

0 comments on commit d2f0f2e

Please sign in to comment.