From d2f0f2ead750df72d9c9e29aa1cb3cac7a38b103 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Mon, 15 Jul 2024 04:29:18 +0800 Subject: [PATCH] Release `v0.4.0` --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3075afc..1928af0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ dependencies = [ [[package]] name = "air" -version = "0.3.4" +version = "0.4.0" dependencies = [ "app_dirs2", "arboard", @@ -760,9 +760,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" [[package]] name = "calloop" @@ -792,9 +792,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.2" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47de7e88bbbd467951ae7f5a6f34f70d1b4d9cfce53d5fd70f74ebe118b3db56" +checksum = "9711f33475c22aab363b05564a17d7b789bf3dfec5ebabb586adee56f0e271b5" dependencies = [ "jobserver", "libc", @@ -3834,9 +3834,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ "bitflags 2.6.0", "core-foundation", @@ -3847,9 +3847,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" +checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index 99b27e2..cd0fd23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ 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"] @@ -15,7 +15,7 @@ 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] @@ -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_" }