Update to uuid 0.7 (#340)
This commit is contained in:
committed by
Sean McArthur
parent
a205128f03
commit
99b52f949b
@@ -23,7 +23,7 @@ impl Form {
|
||||
/// Creates a new Form without any content.
|
||||
pub fn new() -> Form {
|
||||
Form {
|
||||
boundary: format!("{}", Uuid::new_v4().simple()),
|
||||
boundary: format!("{}", Uuid::new_v4().to_simple()),
|
||||
fields: Vec::new(),
|
||||
headers: Vec::new(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user