Skip to content

Commit 0fea3f8

Browse files
committed
adding clone
1 parent cf79d89 commit 0fea3f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "helix-rs"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2024"
55
description = "Rust SDK for HelixDB"
66
license = "AGPL-3.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use reqwest::{Client, StatusCode};
66
use serde::{Deserialize, Serialize};
77
use thiserror::Error;
88

9-
#[derive(Debug)]
9+
#[derive(Debug, Clone)]
1010
pub struct HelixDB {
1111
port: Option<u16>,
1212
client: Client,

0 commit comments

Comments
 (0)