Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Nextcloud Notify Push
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eduardo Trujillo
Nextcloud Notify Push
Commits
36ec1517
Commit
36ec1517
authored
4 years ago
by
Robin Appelman
Browse files
Options
Downloads
Patches
Plain Diff
lower msvr to 1.45
parent
d6c53cb5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.github/workflows/rust.yml
+15
-0
15 additions, 0 deletions
.github/workflows/rust.yml
Cargo.lock
+24
-27
24 additions, 27 deletions
Cargo.lock
README.md
+1
-1
1 addition, 1 deletion
README.md
src/message.rs
+1
-1
1 addition, 1 deletion
src/message.rs
with
41 additions
and
29 deletions
.github/workflows/rust.yml
+
15
−
0
View file @
36ec1517
...
...
@@ -86,3 +86,18 @@ jobs:
with
:
name
:
test_client
path
:
test_client/target/x86_64-unknown-linux-musl/release/test_client
msrv
:
name
:
Check MSRV
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions-rs/toolchain@v1
with
:
profile
:
minimal
toolchain
:
1.45
override
:
true
-
uses
:
Swatinem/rust-cache@v1
-
uses
:
actions-rs/cargo@v1
with
:
command
:
check
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Cargo.lock
+
24
−
27
View file @
36ec1517
...
...
@@ -517,9 +517,9 @@ checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
[[package]]
name = "futures"
version = "0.3.1
2
"
version = "0.3.1
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150
"
checksum = "
7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1
"
dependencies = [
"futures-channel",
"futures-core",
...
...
@@ -532,9 +532,9 @@ dependencies = [
[[package]]
name = "futures-channel"
version = "0.3.1
2
"
version = "0.3.1
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846
"
checksum = "
8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939
"
dependencies = [
"futures-core",
"futures-sink",
...
...
@@ -542,15 +542,15 @@ dependencies = [
[[package]]
name = "futures-core"
version = "0.3.1
2
"
version = "0.3.1
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65
"
checksum = "
15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94
"
[[package]]
name = "futures-executor"
version = "0.3.1
2
"
version = "0.3.1
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9
"
checksum = "
891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1
"
dependencies = [
"futures-core",
"futures-task",
...
...
@@ -559,15 +559,15 @@ dependencies = [
[[package]]
name = "futures-io"
version = "0.3.1
2
"
version = "0.3.1
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500
"
checksum = "
d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59
"
[[package]]
name = "futures-macro"
version = "0.3.1
2
"
version = "0.3.1
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd
"
checksum = "
ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7
"
dependencies = [
"proc-macro-hack",
"proc-macro2",
...
...
@@ -577,24 +577,21 @@ dependencies = [
[[package]]
name = "futures-sink"
version = "0.3.1
2
"
version = "0.3.1
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6
"
checksum = "
85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3
"
[[package]]
name = "futures-task"
version = "0.3.1
2
"
version = "0.3.1
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
dependencies = [
"once_cell",
]
checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80"
[[package]]
name = "futures-util"
version = "0.3.1
2
"
version = "0.3.1
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b
"
checksum = "
1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1
"
dependencies = [
"futures-channel",
"futures-core",
...
...
@@ -867,9 +864,9 @@ dependencies = [
[[package]]
name = "indenter"
version = "0.3.
2
"
version = "0.3.
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f4d5eb2e114fec2b7fe0fadc22888ad2658789bb7acac4dbee9cf8389f971ec8
"
checksum = "
ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683
"
[[package]]
name = "indexmap"
...
...
@@ -1101,9 +1098,9 @@ dependencies = [
[[package]]
name = "mio"
version = "0.7.
8
"
version = "0.7.
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
dc250d6848c90d719ea2ce34546fb5df7af1d3fd189d10bf7bad80bfcebecd95
"
checksum = "
a5dede4e2065b3842b8b0af444119f3aa331cc7cc2dd20388bfb0f5d5a38823a
"
dependencies = [
"libc",
"log",
...
...
@@ -1398,9 +1395,9 @@ checksum = "f658886ed52e196e850cfbbfddab9eaa7f6d90dd0929e264c31e5cec07e09e57"
[[package]]
name = "php-literal-parser"
version = "0.2.
3
"
version = "0.2.
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
966c5034ffe0f95465bc132551ff513444ef073effc599687af446a2663b7358
"
checksum = "
758d85aa2f559f6cb9b0a418dedf131c94bae97a3c4728328792abd750f85fdc
"
dependencies = [
"logos",
"memchr",
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
36ec1517
...
...
@@ -261,7 +261,7 @@ test_client https://cloud.example.com username password
### Building
The server binary is built using rust and cargo.
The server binary is built using rust and cargo
, `
0.1.3
` requires a minimum of rust `
1.46
` while later versions can be build with `
1.45
`
.
- Install `
rust
` through your package manager or [rustup](https://rustup.rs/)
- Run `
cargo build
`
...
...
This diff is collapsed.
Click to expand it.
src/message.rs
+
1
−
1
View file @
36ec1517
...
...
@@ -87,7 +87,7 @@ impl DebounceMap {
}
}
const
fn
get_debounce_time
(
ty
:
&
MessageType
)
->
Duration
{
fn
get_debounce_time
(
ty
:
&
MessageType
)
->
Duration
{
match
ty
{
MessageType
::
File
=>
Duration
::
from_secs
(
5
),
MessageType
::
Activity
=>
Duration
::
from_secs
(
15
),
...
...
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