Skip to content

Commit

Permalink
deploy: dfa7c40
Browse files Browse the repository at this point in the history
  • Loading branch information
fc1943s committed Dec 5, 2024
1 parent 7822e05 commit 7e78545
Show file tree
Hide file tree
Showing 165 changed files with 169,240 additions and 158,298 deletions.
4 changes: 3 additions & 1 deletion _gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ paket-files/
.paket/
.history/

apps/lib
apps/LICENSE

apps/chat/contract/lib
apps/spiral/temp/cube/lib
112 changes: 56 additions & 56 deletions apps/builder/Builder.dib.html

Large diffs are not rendered by default.

112 changes: 56 additions & 56 deletions apps/builder/Builder.dib.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/chat/contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "chat_contract.rs"

[dependencies]
inline_colorization = { workspace = true }
fable_library_rust = { workspace = true }
fable_library_rust = { workspace = true, features = ["atomic"] }
sha2 = { workspace = true }
borsh = "1.5"
multibase = ">=0.9,<1"
Expand Down
2 changes: 1 addition & 1 deletion apps/chat/contract/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $targetDir = GetTargetDir $projectName
{ BuildFable $targetDir $projectName "rs" "CONTRACT" } | Invoke-Block

(Get-Content "$targetDir/target/rs/$projectName.rs") `
-replace "../../../../lib", "../../../lib" `
-replace "../../../lib", "./lib" `
-replace ".fsx`"]", ".rs`"]" `
-replace ".rs`"]", "_contract.rs`"]" `
-replace "use fable_library_rust::DateTime_::DateTime;", "type DateTime = ();" `
Expand Down
355 changes: 177 additions & 178 deletions apps/chat/contract/chat_contract.dib.html

Large diffs are not rendered by default.

355 changes: 177 additions & 178 deletions apps/chat/contract/chat_contract.dib.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 7e78545

Please sign in to comment.