File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 7272 "type" : " toml" ,
7373 "path" : " Cargo.toml" ,
7474 "jsonpath" : " $.package.version"
75+ },
76+ {
77+ "type" : " toml" ,
78+ "path" : " Cargo.lock" ,
79+ "jsonpath" : " $.package[?(@.name == \" ejector\" && !@.source)].version"
7580 }
7681 ]
7782 },
8590 "type" : " toml" ,
8691 "path" : " Cargo.toml" ,
8792 "jsonpath" : " $.package.version"
93+ },
94+ {
95+ "type" : " toml" ,
96+ "path" : " Cargo.lock" ,
97+ "jsonpath" : " $.package[?(@.name == \" overseer-rs\" && !@.source)].version"
8898 }
8999 ]
90100 },
110120 "type" : " toml" ,
111121 "path" : " Cargo.toml" ,
112122 "jsonpath" : " $.workspace.package.version"
123+ },
124+ {
125+ "type" : " toml" ,
126+ "path" : " crates/bindings/Cargo.toml" ,
127+ "jsonpath" : " $.package.version"
128+ },
129+ {
130+ "type" : " toml" ,
131+ "path" : " Cargo.lock" ,
132+ "jsonpath" : " $.package[?((@.name == \" taiko-client\" || @.name == \" bindings\" || @.name == \" driver\" || @.name == \" preconfirmation-driver\" || @.name == \" whitelist-preconfirmation-driver\" || @.name == \" proposer\" || @.name == \" protocol\" || @.name == \" rpc\" || @.name == \" test-harness\" ) && !@.source)].version"
113133 }
114134 ]
115135 },
122142 "type" : " toml" ,
123143 "path" : " Cargo.toml" ,
124144 "jsonpath" : " $.package.version"
145+ },
146+ {
147+ "type" : " toml" ,
148+ "path" : " Cargo.lock" ,
149+ "jsonpath" : " $.package[?(@.name == \" urcindexer-rs\" && !@.source)].version"
125150 }
126151 ]
127152 },
You can’t perform that action at this time.
0 commit comments