Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit 8883d5f

Browse files
committed
release 0.10.3
1 parent d3d9973 commit 8883d5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_sdk_for_rust"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
description = "Rust wrappers around Microsoft Azure REST APIs"
55
readme = "README.md"
66
authors = ["Francesco Cogno <francesco.cogno@outlook.com>", "Max Gortman <mgortman@microsoft.com>", "Dong Liu <doliu@microsoft.com>"]

tests/stream_blob00.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fn code() -> Result<(), Box<std::error::Error>> {
9090
}
9191

9292
let returned_string = {
93-
let mut rlock = result.borrow_mut();
93+
let rlock = result.borrow();
9494
String::from_utf8(rlock.to_vec())?
9595
};
9696

0 commit comments

Comments
 (0)