Skip to content

Commit

Permalink
chore: sync version
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Nov 5, 2024
1 parent f24b6f1 commit 5a27922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ crate-type = ["cdylib"]
[workspace]

[dependencies]
fusio = { package = "fusio", version = "0.3.1", features = ["aws", "tokio"] }
fusio-dispatch = { package = "fusio-dispatch", version = "0.2.0", features = [
fusio = { git = "https://github.com/tonbo-io/fusio.git", rev = "db305599ae88c7a934ab1ab235d8b3efda95a242", package = "fusio", version = "0.3.1", features = ["aws", "tokio"] }
fusio-dispatch = { git = "https://github.com/tonbo-io/fusio.git", rev = "db305599ae88c7a934ab1ab235d8b3efda95a242", package = "fusio-dispatch", version = "0.2.1", features = [
"aws",
"tokio",
] }
Expand Down
1 change: 1 addition & 0 deletions bindings/python/src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ impl From<FsOptions> for fusio_dispatch::FsOptions {
} => fusio_dispatch::FsOptions::S3 {
bucket,
credential: credential.map(fusio::remotes::aws::AwsCredential::from),
endpoint: None,
region,
sign_payload,
checksum,
Expand Down

0 comments on commit 5a27922

Please sign in to comment.