File tree Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ for how to build the images yourself.
72
72
73
73
``` bash
74
74
curl -O \
75
- https://raw.githubusercontent.com/TraceMachina/nativelink/v0.6 .0/nativelink-config/examples/basic_cas.json5
75
+ https://raw.githubusercontent.com/TraceMachina/nativelink/v0.7 .0/nativelink-config/examples/basic_cas.json5
76
76
77
77
# See https://github.com/TraceMachina/nativelink/pkgs/container/nativelink
78
78
# to find the latest tag
79
79
docker run \
80
80
-v $( pwd) /basic_cas.json5:/config \
81
81
-p 50051:50051 \
82
- ghcr.io/tracemachina/nativelink:v0.6 .0 \
82
+ ghcr.io/tracemachina/nativelink:v0.7 .0 \
83
83
config
84
84
```
85
85
@@ -88,15 +88,15 @@ docker run \
88
88
``` powershell
89
89
# Download the configuration file
90
90
Invoke-WebRequest `
91
- -Uri "https://raw.githubusercontent.com/TraceMachina/nativelink/v0.6 .0/nativelink-config/examples/basic_cas.json5" `
91
+ -Uri "https://raw.githubusercontent.com/TraceMachina/nativelink/v0.7 .0/nativelink-config/examples/basic_cas.json5" `
92
92
-OutFile "basic_cas.json5"
93
93
94
94
# Run the Docker container
95
95
# Note: Adjust the path if the script is not run from the directory containing basic_cas.json
96
96
docker run `
97
97
-v ${PWD}/basic_cas.json5:/config `
98
98
-p 50051:50051 `
99
- ghcr.io/tracemachina/nativelink:v0.6 .0 `
99
+ ghcr.io/tracemachina/nativelink:v0.7 .0 `
100
100
config
101
101
```
102
102
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ lints.workspace = true
3
3
[package ]
4
4
edition = " 2024"
5
5
name = " nativelink-config"
6
- version = " 0.6 .0"
6
+ version = " 0.7 .0"
7
7
8
8
[dependencies ]
9
9
nativelink-error = { path = " ../nativelink-error" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ autoexamples = false
7
7
autotests = false
8
8
edition = " 2024"
9
9
name = " nativelink-error"
10
- version = " 0.6 .0"
10
+ version = " 0.7 .0"
11
11
12
12
[dependencies ]
13
13
nativelink-metric = { path = " ../nativelink-metric" }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ lints.workspace = true
3
3
[package ]
4
4
edition = " 2024"
5
5
name = " nativelink-macro"
6
- version = " 0.6 .0"
6
+ version = " 0.7 .0"
7
7
8
8
[lib ]
9
9
proc-macro = true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ lints.workspace = true
3
3
[package ]
4
4
edition = " 2024"
5
5
name = " nativelink-metric"
6
- version = " 0.6 .0"
6
+ version = " 0.7 .0"
7
7
8
8
[dependencies ]
9
9
nativelink-metric-macro-derive = { path = " nativelink-metric-macro-derive" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nativelink-proto"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
edition = " 2024"
5
5
6
6
[lib ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ lints.workspace = true
3
3
[package ]
4
4
edition = " 2024"
5
5
name = " nativelink-service"
6
- version = " 0.6 .0"
6
+ version = " 0.7 .0"
7
7
8
8
[dependencies ]
9
9
nativelink-config = { path = " ../nativelink-config" }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ lints.workspace = true
3
3
[package ]
4
4
edition = " 2024"
5
5
name = " nativelink-store"
6
- version = " 0.6 .0"
6
+ version = " 0.7 .0"
7
7
8
8
[dependencies ]
9
9
nativelink-config = { path = " ../nativelink-config" }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ lints.workspace = true
3
3
[package ]
4
4
edition = " 2024"
5
5
name = " nativelink-util"
6
- version = " 0.6 .0"
6
+ version = " 0.7 .0"
7
7
8
8
[dependencies ]
9
9
nativelink-config = { path = " ../nativelink-config" }
You can’t perform that action at this time.
0 commit comments