Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Aug 7, 2023
1 parent 56f9ba7 commit 8b5ac8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ let object_returned = db
("inner_some_string", "inner-value".into()),
]),
),
("created_at", my_struct.created_at.into()),
("created_at", Utc::now().into()),
]
)?)
.execute()
Expand Down

0 comments on commit 8b5ac8d

Please sign in to comment.