-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2. Correcting minor errors 3. Added compatibility with 'StdErr (or std:: error:: Error)' (verification required) 4. Added minor additional features to 'FlockError' 5. Default Debug for 'FlockError' has been modified to add compatibility with 'StdErr'
- Loading branch information
1 parent
36b7d6d
commit 613f86b
Showing
5 changed files
with
77 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ Cargo.lock | |
**/*.rs.bk | ||
|
||
test_file | ||
async_file | ||
async_file | ||
file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cluFlock" | ||
version = "1.2.6" | ||
version = "1.2.7" | ||
authors = ["Denis Kotlyarov (Денис Котляров) <[email protected]>"] | ||
repository = "https://github.com/clucompany/cluFlock.git" | ||
license = " Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,8 +133,6 @@ mod os_release { | |
|
||
#[cfg(windows)] | ||
pub mod windows; | ||
|
||
pub mod r#dyn; | ||
} | ||
|
||
#[doc(hidden)] | ||
|