diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-12-14 22:35:06 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-12-14 22:35:06 +0100 |
commit | 9c769dfe5b8149403ba27271452d794b5742e73a (patch) | |
tree | d0b73d7f1f1e54e6399164cd010c63eaab389a2f /rust | |
parent | 9416cd3d62f15f5d59f3bff94299f690e69a230d (diff) | |
download | auth-xmppmessage-9c769dfe5b8149403ba27271452d794b5742e73a.tar.gz auth-xmppmessage-9c769dfe5b8149403ba27271452d794b5742e73a.zip |
Use free patch-version selection for gcc dependency
Diffstat (limited to 'rust')
-rw-r--r-- | rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 708256b..66f35ae 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -15,4 +15,4 @@ env_logger = "0.3" log = "0.3" [build-dependencies] -gcc = "0.3.35"
\ No newline at end of file +gcc = "0.3"
\ No newline at end of file |