forked from Fluxora-Org/Fluxora-Contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_test_output.txt
More file actions
49 lines (45 loc) · 3.85 KB
/
Copy pathbuild_test_output.txt
File metadata and controls
49 lines (45 loc) · 3.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
cargo : info: syncing channel updates for '1.75-x86_64-pc-windows-msvc'
At line:1 char:1
+ cargo test -p fluxora_stream 2>&1 | tee build_test_output.txt
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (info: syncing c...c-windows-msvc'
:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
Updating crates.io index
Downloading crates ...
Downloaded darling_macro v0.21.3
Downloaded cfg-if v1.0.4
Downloaded derive_arbitrary v1.3.2
Downloaded version_check v0.9.5
Downloaded powerfmt v0.2.0
Downloaded soroban-spec v21.7.7
Downloaded time-core v0.1.8
error: failed to download replaced source registry `crates-io`
Caused by:
failed to parse manifest at `C:\Users\dell\.cargo\registry\src\index.crates.i
o-6f17d22bba15001f\time-core-0.1.8\Cargo.toml`
Caused by:
feature `edition2024` is required
The package requires the Cargo feature called `edition2024`, but that
feature is not stabilized in this version of Cargo (1.75.0 (1d8b05cdd
2023-11-20)).
Consider trying a newer version of Cargo (this may require the nightly
release).
See
https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024
for more information about the status of this feature.