Skip to content

Commit 7271173

Browse files
committed
Client is now clone
Version bump
1 parent 15ba45a commit 7271173

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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
@@ -3,7 +3,7 @@ name = "supabase-storage-rs"
33
authors = ["Eric Biggs"]
44
description = "Supabase storage implementation following the official client libraries."
55
readme = "README.md"
6-
version = "0.1.6"
6+
version = "0.1.7"
77
edition = "2021"
88
license = "MIT OR Apache-2.0"
99
keywords = ["supabase", "supabase-storage", "storage"]

src/models.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use reqwest::Client;
44
use serde::{Deserialize, Serialize};
55

66
/// Supabase Storage Client
7+
#[derive(Clone)]
78
pub struct StorageClient {
89
pub client: Client,
910
/// REST endpoint for querying and managing your database

0 commit comments

Comments
 (0)