Skip to content

Commit d38118f

Browse files
committed
docs: use spec_0_3_0 in README.md instead of latest
Signed-off-by: David Bernard <david.bernard.31@gmail.com>
1 parent 4d183fa commit d38118f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To send a CDEvent as CloudEvent:
1818
// from examples/pipelinerun_finished.rs
1919
use std::error::Error;
2020

21-
use cdevents_sdk::{CDEvent, Subject, latest::pipelinerun_finished, Content};
21+
use cdevents_sdk::{CDEvent, Subject, spec_0_3_0::pipelinerun_finished, Content};
2222
use cloudevents::{Event, AttributesReader};
2323

2424
fn main() -> Result<(), Box<dyn Error>> {

0 commit comments

Comments
 (0)