Skip to content

Commit

Permalink
Make DNA v2 the main version (#386)
Browse files Browse the repository at this point in the history
### Summary

DNA v2 is the next iteration of the DNA protocol. We have now enough
implemented to start putting it in front of users to gather early
feedback
before we tag the final 2.0.0 release.
  • Loading branch information
fracek authored Oct 7, 2024
2 parents 763ccb6 + ed64e44 commit 9c7bc9e
Show file tree
Hide file tree
Showing 406 changed files with 22,169 additions and 39,327 deletions.
6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[target.'cfg(all())']
rustflags = ["--cfg", "tokio_unstable"]

[profile.profiling]
inherits = "release"
debug = true
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ indent_size = 2

[*.proto]
indent_size = 2

[*.fbs]
indent_size = 2
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
/.devcontainer/.profile
.pre-commit-config.yaml
.envrc
perf.data
perf.data.old
Loading

0 comments on commit 9c7bc9e

Please sign in to comment.