Skip to content

Commit d66d2bc

Browse files
committed
build: v0.6.0
1 parent 847f518 commit d66d2bc

3 files changed

Lines changed: 2 additions & 3 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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gemini_client_rs"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
description = "A Rust client for Google Gemini API"
66
license = "MIT"

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use types::{
1111
pub mod types;
1212

1313
use anyhow::Result;
14-
use serde_json::Value;
1514
use std::future::Future;
1615
use std::pin::Pin; // Using anyhow for cleaner error handling in examples
1716

0 commit comments

Comments
 (0)