Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rust Openssl
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Repositories
Rust Openssl
Commits
8f3da5ef
Commit
8f3da5ef
authored
2 years ago
by
Konrad Borowski
Browse files
Options
Downloads
Patches
Plain Diff
Bump syn dep to 2
parent
4ff734fe
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openssl-macros/Cargo.toml
+1
-1
1 addition, 1 deletion
openssl-macros/Cargo.toml
with
1 addition
and
1 deletion
openssl-macros/Cargo.toml
+
1
−
1
View file @
8f3da5ef
...
@@ -11,4 +11,4 @@ proc-macro = true
...
@@ -11,4 +11,4 @@ proc-macro = true
[dependencies]
[dependencies]
proc-macro2
=
"1"
proc-macro2
=
"1"
quote
=
"1"
quote
=
"1"
syn
=
{
version
=
"
1
"
,
features
=
[
"full"
]
}
syn
=
{
version
=
"
2
"
,
features
=
[
"full"
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment