Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Azat Alimov
POD
Commits
595e8aeb
Commit
595e8aeb
authored
1 year ago
by
Szymon
Browse files
Options
Download
Email Patches
Plain Diff
bump to 0.5.0
parent
e0cc08e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.lock
+2
-2
Cargo.lock
Cargo.toml
+3
-2
Cargo.toml
with
5 additions
and
4 deletions
+5
-4
Cargo.lock
+
2
-
2
View file @
595e8aeb
...
...
@@ -1563,7 +1563,7 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
[[package]]
name = "libpod"
version = "0.
4.4
"
version = "0.
5.0
"
dependencies = [
"argon2",
"async-recursion",
...
...
@@ -2039,7 +2039,7 @@ dependencies = [
[[package]]
name = "pod"
version = "0.
4.4
"
version = "0.
5.0
"
dependencies = [
"actix-cors",
"actix-web",
...
...
This diff is collapsed.
Click to expand it.
Cargo.toml
+
3
-
2
View file @
595e8aeb
[workspace]
members
=
[
"libpod"
,
"pod"
]
resolver
=
"2"
[workspace.package]
version
=
"0.
4.4
"
version
=
"0.
5.0
"
authors
=
[
"The Memri team"
]
edition
=
"2021"
publish
=
false
# Prevent accidental publishing
...
...
@@ -15,7 +16,7 @@ percent-encoding = "2.1.0"
reqwest
=
{
version
=
"0.11.11"
}
secrecy
=
{
version
=
"0.8.0"
,
features
=
["serde"]
}
serde
=
{
version
=
"1.0.130"
}
serde_json
=
{
version
=
"1.0.72"
,
features
=
["preserve_order"]
}
serde_json
=
{
version
=
"1.0.72"
,
features
=
["preserve_order"]
}
serde_path_to_error
=
"0.1.5"
sha2
=
"0.10.2"
tokio
=
{
version
=
"1.29.1"
,
features
=
["full"]
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment