Skip to content

Commit

Permalink
⚗️ Update experimental code
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Dec 10, 2024
1 parent 281a272 commit 38fb348
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tracing-surreal/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tracing-surreal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rust-version = "1.80.0"
all-features = true

[dependencies]
chrono = { version = "0.4.38", features = ["serde"] }
chrono = { version = "0.4.39", features = ["serde"] }
est = "0.5.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions tracing-surreal/src/bin/observer.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}
3 changes: 3 additions & 0 deletions tracing-surreal/src/bin/pusher.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}

0 comments on commit 38fb348

Please sign in to comment.