Skip to content

Commit

Permalink
update to 0.1.1 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan authored Jun 28, 2023
1 parent d17286c commit c4f47b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigquery/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "google-cloud-bigquery"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["yoshidan <[email protected]>"]
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/bigquery"
Expand Down
2 changes: 1 addition & 1 deletion bigquery/src/http/bigquery_dataset_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ mod test {
is_case_insensitive: Some(true),
default_collation: Some(Collation::UndeterminedLocaleCaseInsensitive),
max_time_travel_hours: Some(48),
storage_billing_model: Some(StorageBillingModel::Logical),
storage_billing_model: Some(StorageBillingModel::Physical), // 'Logical' doesn't return None in get request
..Default::default()
};
let ds2 = client.create(&ds2).await.unwrap();
Expand Down

0 comments on commit c4f47b5

Please sign in to comment.